Subject Re: [firebird-support] About the timestamp data type
Author Ivan C Cruz
Andi Wangsadijaya wrote:

>Hello firebird-support,
>...
> But the 2nd database (which has a table that contains timestamp
>data type too, but different structure)
>
Humm!! Different structures?

> doesn't update the field with the current date and time automatically...
>
>

Maybe the Timestamp field on the first table was defined with
DEFAULT CURRENT_TIMESTAMP or DEFAULT 'Now', and
in the second table, it wasn't.

Ivan.