# Table: Order Status
Name: Order StatusComment: Lưu trạng thái đơ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 |
|---|---|---|---|
| id | Orders | status | |
| id | OrderStatusHistory | statusId |
# Columns[]
Label | Name | Type | Nullable | Default | Comment |
|---|---|---|---|---|---|
| Id | id | tinyint(1) auto_increment | false | ||
| Status Name | name | varchar(255) | false | ||
| Color | color | varchar(255) | false |