We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd60b67 commit e6b104dCopy full SHA for e6b104d
schema.sql
@@ -4,3 +4,5 @@ CREATE TABLE artist (
4
name text NOT NULL,
5
year int NOT NULL
6
);
7
+
8
+CREATE table types (timestamp_no_tz timestamp without time zone);
0 commit comments