Add 'db/install.sql'
This commit is contained in:
parent
521cf9b424
commit
e26cbb6609
|
@ -0,0 +1,4 @@
|
|||
CREATE TABLE heyo (
|
||||
hello_world VARCHAR(16) NOT NULL UNIQUE,
|
||||
good_bye VARCHAR(64) NOT NULL
|
||||
)
|
Loading…
Reference in New Issue