Add color to accommodations
This commit is contained in:
@ -15,6 +15,7 @@ CREATE TABLE IF NOT EXISTS accommodations_list
|
||||
name VARCHAR(50) NOT NULL,
|
||||
need_validation BOOLEAN NOT NULL DEFAULT true,
|
||||
description text NULL,
|
||||
color VARCHAR(6) NULL,
|
||||
open_to_reservations BOOLEAN NOT NULL DEFAULT false
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user