rocket_page/migrations/2020-07-19-113511_add_klassen/up.sql
2020-07-23 11:45:59 +02:00

9 lines
174 B
SQL

-- Your SQL goes here
CREATE TABLE klassen (
id Integer PRIMARY KEY NOT NULL,
stufe Integer not null,
gruppe Text NOT NULL,
titel Text,
ordinal Integer NOT NULL
);