4 lines
138 B
SQL
4 lines
138 B
SQL
-- 1523595957 UP switch-date-format
|
|
alter table invoices drop column date;
|
|
alter table invoices add column date timestamp with time zone;
|