Last active 1 month ago

michelgentile's Avatar michelgentile revised this gist 1 month ago. Go to revision

1 file changed, 5 insertions

script.ddl.sql(file created)

@@ -0,0 +1,5 @@
1 + CREATE TABLE foobar
2 + (
3 + id INTEGER PRIMARY KEY,
4 + ...
5 + )
Newer Older