mirror of
https://github.com/postgres/postgres.git
synced 2025-12-24 06:01:07 +03:00
Remove the last traces of datatypes datetime and timespan.
This commit is contained in:
@@ -3,7 +3,7 @@ DROP TABLE mdt;
|
||||
CREATE TABLE mdt (
|
||||
id int4,
|
||||
idesc text,
|
||||
moddate datetime DEFAULT datetime(CURRENT_TIMESTAMP) NOT NULL
|
||||
moddate timestamp DEFAULT CURRENT_TIMESTAMP NOT NULL
|
||||
);
|
||||
|
||||
CREATE TRIGGER mdt_moddatetime
|
||||
|
||||
Reference in New Issue
Block a user