docs(db): removing unused entities
Signed-off-by: SoXX <soxx@fenpa.ws>
This commit is contained in:
parent
751f387b86
commit
549c1ca573
@ -11,9 +11,6 @@ Table User {
|
|||||||
Table Post {
|
Table Post {
|
||||||
id varchar(25) [primary key]
|
id varchar(25) [primary key]
|
||||||
rating Rating
|
rating Rating
|
||||||
body text [note: 'Content of the post']
|
|
||||||
user_id integer
|
|
||||||
status post_status
|
|
||||||
created_at timestamp
|
created_at timestamp
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user