Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| product_brand_id | int8 | 19 | √ | null |
|
|
|||||
| name | varchar | 50 | null |
|
|
ブランド名 |
|||||
| description | varchar | 1000 | null |
|
|
ブランド説明 |
|||||
| deleted_at | timestamp | 29,6 | √ | null |
|
|
削除日時 |
||||
| created_at | timestamp | 29,6 | CURRENT_TIMESTAMP |
|
|
作成日時 |
|||||
| updated_at | timestamp | 29,6 | CURRENT_TIMESTAMP |
|
|
更新日時 |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| product_brand_pk | Primary key | Asc | product_brand_id |