Skip to content

Commit e6b104d

Browse files
committed
Add a new test table
1 parent fd60b67 commit e6b104d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

schema.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ CREATE TABLE artist (
44
name text NOT NULL,
55
year int NOT NULL
66
);
7+
8+
CREATE table types (timestamp_no_tz timestamp without time zone);

0 commit comments

Comments
 (0)