From: ara howard Date: 2008-02-10T05:47:46+09:00 Subject: Re: Comparing Active Record VS Datamapper...? On Feb 9, 2008, at 11:13 AM, S. Potter wrote: > I have never had a problem getting AR migrations to produce the DDL I > need. try defining a column with a default of 'now()' or anything which uses db functions. note that you cannot use Time.now from inside ruby because, unlike internal db functions, this will not ensure a consistent now across all fields inside a transaction. cheers a @ http://codeforpeople.com/ -- it is not enough to be compassionate. you must act. h.h. the 14th dalai lama