5 lines
189 B
SQL
5 lines
189 B
SQL
CREATE TABLE IF NOT EXISTS eggs(
|
|
cooler_typ TEXT,
|
|
glückszahl INTEGER
|
|
);
|
|
|