rocket_page/migrations/2020-07-18-191428_add_times/up.sql

9 lines
156 B
MySQL
Raw Normal View History

2020-07-23 11:45:59 +02:00
-- Your SQL goes here
2020-07-24 21:43:05 +02:00
CREATE TABLE stunden
(
2020-07-23 11:45:59 +02:00
id Integer PRIMARY KEY NOT NULL,
title Text NOT NULL,
short Text NOT NULL,
ordinal Integer NOT NULL
);