initial
This commit is contained in:
6
db/migration/V1__Create_event_types_table.sql
Normal file
6
db/migration/V1__Create_event_types_table.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE event_types (
|
||||
id CHAR(36) PRIMARY KEY,
|
||||
name VARCHAR(255) NOT NULL UNIQUE,
|
||||
defaultMaxReservationCount INT NOT NULL,
|
||||
defaultColor VARCHAR(7) NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user