Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| product_category_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_category_pk | Primary key | Asc | product_category_id |