Skip to content

Commit ea24725

Browse files
committed
feat: add table film
1 parent a76dca2 commit ea24725

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CREATE TABLE IF NOT EXISTS film (
2+
id int,
3+
name text
4+
);

0 commit comments

Comments
 (0)