initial commit
This commit is contained in:
5
generated/schema.sql
Normal file
5
generated/schema.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE bocchi (
|
||||
id TEXT PRIMARY KEY,
|
||||
name TEXT,
|
||||
performances INTEGER
|
||||
);
|
Reference in New Issue
Block a user