Skip to content

Commit 089487d

Browse files
authored
Merge pull request #1 from bytebase/add-table-film
feat: add table film
1 parent a76dca2 commit 089487d

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)