On Oct 8, 6:10 pm, coolesting <[email protected]> wrote: > Thanks jeremy, you are a good guy. > > Assuming my column is called creation_date, now, i need to know the > time( or date) we created that column . > > I use the DB.schema(:table), but i cannot find the field type of what > the time we created that field.
Unfortunately, there isn't any support for getting the date/time when a column was added to a table. I'm not sure if any databases support that natively. Sorry, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
