About and database table to convert for the orm
This commit is contained in:
25
database/mock-up.md
Normal file
25
database/mock-up.md
Normal file
@@ -0,0 +1,25 @@
|
||||
Latosa-escrima-db
|
||||
- user (cedric job)
|
||||
- planning_events
|
||||
- event_id uuid PK,
|
||||
- creation_date id,
|
||||
- schedule_start date,
|
||||
- schedule_end end,
|
||||
- status { 'Canceled', 'Active', '' }
|
||||
CHECK schedule_start < schedule_end
|
||||
- events_to_users
|
||||
- event_id uuid references planning_events(event_id),
|
||||
- user_id uuid references user(user_id)
|
||||
- blog
|
||||
uuid: slug PK,
|
||||
slug: string unique,
|
||||
content: string,
|
||||
label: string,
|
||||
author: uuid references user_id,
|
||||
published: string,
|
||||
summary: string,
|
||||
image: string,
|
||||
href: string
|
||||
|
||||
- website settings
|
||||
- auto accept demand ? true/false
|
||||
Reference in New Issue
Block a user