Conversion of SQL_TEXT / SQL_VARCHAR to SQL_TIMESTAMP / SQL_TYPE_TIME / SQL_TYPE_DATE [CORE2066] #2502 Closed firebird-automations opened this issue on Sep 5, 2008 · 10 comments Collaborator ...
create table "my_table" ( "id" int4 primary key generated always as identity, "created_time" TIMESTAMP WITHOUT TIME ZONE not null default current_timestamp, "created_by" text not null ); ERROR ...