Informix 7.3 - Declaring a date column data type with default as current date on insert/update
问题 Looking for your help again Jonathan Leffler! I am creating a table on Informix 7.3 and need a timestamp field that will default to today on inserts and updates. How can I define a date/datetime/timestamp column for a table with a default value of the current time? Here is a field definition for a simple date field: column upd_date date comments "" desc "Last update date" heading "Last update date" text "Last update date" attributes ( ) There is also some other syntax in schema files that