-
Notifications
You must be signed in to change notification settings - Fork 4
Backend Entity
junothyme edited this page Nov 26, 2019
·
9 revisions
필드명 | 타입 | allow null |
---|---|---|
id | number | X |
string | X | |
password | string | X |
createdAt | date | X |
updatedAt | date | X |
필드명 | 타입 | allow null |
---|---|---|
id | number | X |
name | string | X |
status | string | X |
thumbnail | string | O |
description | string | O |
role | enum(admin, member) | X |
createdAt | date | X |
updatedAt | date | X |
필드명 | 타입 | allow null |
---|---|---|
id | number | X |
name | string | X |
thumbnail | string | O |
description | string | O |
createdAt | Date | X |
updatedAt | Date | X |
필드명 | 타입 | allow null | auto increment |
---|---|---|---|
id | number | X | O |
title | string | X | X |
description | string | O | X |
isPrivate | boolean | X | X |
isChannel | boolean | X | X |
createdAt | Date | X | X |
updatedAt | Date | X | X |
필드명 | 타입 | allow null |
---|---|---|
id | number | X |
contents | string | O |
imgSrc | string | O |
createdAt | Date | X |
updatedAt | Date | X |