Last active
January 22, 2023 20:09
-
-
Save yassine-khachlek/4ff743eaa992f361e187389273944e97 to your computer and use it in GitHub Desktop.
CREATE TABLE mytable (id SERIAL PRIMARY KEY, created_at TIMESTAMP(9) WITH TIME ZONE NOT NULL DEFAULT NOW());
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WARNING: TIMESTAMP(9) WITH TIME ZONE precision reduced to maximum allowed, 6 | |
LINE 3: created_at TIMESTAMP(9) WITH TIME ZONE NOT NULL DEFAULT ... | |
^ | |
WARNING: TIMESTAMP(9) WITH TIME ZONE precision reduced to maximum allowed, 6 | |
CREATE TABLE | |
Query returned successfully in 42 msec. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment