commit message from python script
This commit is contained in:
5
my_movies/create_db.sql
Normal file
5
my_movies/create_db.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS eggs(
|
||||
cooler_typ TEXT,
|
||||
glückszahl INTEGER
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user