# Table: Order Status Histories
Name: Order Status HistoriesComment: Lưu lịch sử đơn hàng
# Primary Key
Columns: IdCluster:false
# Indexes[]
Columns | Cluster | Unique |
|---|
# Foreign Keys[]
Columns | Ref Table | Ref Columns | Options |
|---|
# Relationships[]
Columns | Ref Table | Ref Columns | Options |
|---|---|---|---|
| orderId | Orders | id | |
| statusId | OrderStatus | id |
# Columns[]
Label | Name | Type | Nullable | Default | Comment |
|---|---|---|---|---|---|
| Id | id | tinyint(1) auto_increment | false | ||
| Order Id | orderId | bigint | false | ||
| Order Status Id | statusId | int | false |