# Table: OrderSuppliers
Name: OrderSuppliersComment:Lưu các đơn hàng của nhà cung cấp
# Primary Key
Columns: IdCluster:false
# Indexes[]
Columns | Cluster | Unique |
|---|---|---|
| id | true |
# Foreign Keys[]
Columns | Ref Table | Ref Columns | Options |
|---|
# Relationships
Columns | Ref Table | Ref Columns | Options |
|---|
# Columns[]
Label | Name | Type | Nullable | Default | Comment |
|---|---|---|---|---|---|
| Id | id | int auto_increment | false | ||
| Order | orderId | int | false | ||
| Supplier | supId | int | false | ||
| Created At | createdAt | datetime | true | ||
| Updated At | updatedAt | datetime | true |