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 ...
Since DataFile class is a Python object, would it make more sense to represent it using native Python date/datetime? As a result, conversion between date/timestamp(tz ...