| Database Name | Property Name | Attribute | Type | Nullable | Charset | Comment | |
|---|---|---|---|---|---|---|---|
| Update | # id | # id |
PK
|
*int
|
|
|
|
| Update | # first_name | # firstName |
|
*varchar(256)
|
|
utf8mb4
|
user firstname
|
| Update | # last_name | # lastName |
|
*varchar(256)
|
|
utf8mb4
|
|
| Update | # is_active | # isActive |
|
*boolean
|
|
|
line1 line2 line3 |
| # photo_id | # photo | FK | int | NULLABLE |
| Database Name | Property Name | Attribute | Type | Nullable | Charset | Comment | |
|---|---|---|---|---|---|---|---|
| Update | # id | # id |
PK
|
*int
|
|
|
|
| Update | # title | # title |
|
*varchar(512)
|
|
utf8mb4
|
photo title
|
| Update | # description | # description |
|
*varchar(2048)
|
|
utf8mb4
|
photo description
|
| Update | # width | # width |
|
*int
|
|
|
|
| Update | # height | # height |
|
*int
|
|
|
|
| Database Name | Property Name | Attribute | Type | Nullable | Charset | Comment | |
|---|---|---|---|---|---|---|---|
| Update | # id | # id |
PK
|
*int
|
|
|
|
| Update | # title | # title |
UK
|
*varchar(512)
|
|
utf8mb4
|
organization title
|
| # weight | # weight | *double-precision | sort weight | ||||
| Update | # code | # code |
UK
|
*varchar(200)
|
|
utf8mb4
|
organization code
|
| Update | # description | # description |
|
*varchar(2048)
|
|
utf8mb4
|
organization description
|
| Update | # expire | # expire |
|
*datetime
|
|
|
|
| # user_id | # user | FK | int | NULLABLE |
| Database Name | Property Name | Attribute | Type | Nullable | Charset | Comment | |
|---|---|---|---|---|---|---|---|
| Update | # id | # id |
PK
|
*int
|
|
|
|
| Update | # title | # title |
|
*varchar(512)
|
|
utf8mb4
|
organization title
|
| Update | # description | # description |
|
*varchar(2048)
|
|
utf8mb4
|
organization description
|
| # supports | # supports | *simple-json | organization supports other organization | ||||
| Update | # expire | # expire |
|
*datetime
|
|
|
|