Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||||||||||||||||||||||
createdOn | DATETIME | 19 | current_timestamp() |
|
|
|||||||||||||||||||||||||||
modifiedOn | DATETIME | 19 | current_timestamp() |
|
|
|||||||||||||||||||||||||||
creatorId | BIGINT | 19 | null |
|
|
|||||||||||||||||||||||||||
BIGINT | 19 | √ | NULL |
|
|
|||||||||||||||||||||||||||
likeCount | INT | 10 | 0 |
|
|
|||||||||||||||||||||||||||
INT | 10 | 0 |
|
|
||||||||||||||||||||||||||||
caption | VARCHAR | 255 | null |
|
|
|||||||||||||||||||||||||||
isCommentingEnabled | BOOLEAN | 3 | null |
|
|
|||||||||||||||||||||||||||
isDeleted | BOOLEAN | 3 | 0 |
|
|
|||||||||||||||||||||||||||
commentCount | INT | 10 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
post_caption_index | Performance | Asc | caption |
post_creatorId_index | Performance | Asc | creatorId |
post_sharedPostId_index | Performance | Asc | sharedPostId |