Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||
createdOn | DATETIME | 19 | current_timestamp() |
|
|
|||
modifiedOn | DATETIME | 19 | current_timestamp() |
|
|
|||
name | VARCHAR | 30 | null |
|
|
|||
priceCents | INT | 10 | null |
|
|
|||
order | TINYINT | 3 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |