Page MenuHomePhabricator

Database schema updates
Closed, ResolvedPublic2 Story Points

Description

New event table:

idint(11)auto_increment PK
descriptionvarchar(255)not null
startdatenot null
enddatenot null
organiserint(11)FK -> user, not null
uuidvarchar(36)not null
participantkeyvarchar(32)not null
statusint(1)not null, default 0
urlvarchar(1000)not null

New column on request: event INT(11) NULL -> FK to event table

New column on user: type VARCHAR(10) NOT NULL DEFAULT 'standard';

Event Timeline

stwalkerster added a project: ACC.
stwalkerster set the point value for this task to 2.Feb 7 2017, 9:22 PM