first commit
This commit is contained in:
5
internal/db/schema.sql
Normal file
5
internal/db/schema.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE test
|
||||
(
|
||||
id SERIAL PRIMARY KEY,
|
||||
data TEXT NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user