products (Products)
Description
Definition of products in the warehouse
Columns
| Name | Title | Datatype | Nullable | Other | Description | Last edit |
|---|---|---|---|---|---|---|
| id | int(11) | NO | auto_increment | 2 years ago | ||
| name | Product name | text | NO | 2 years ago | ||
| description | Product description | text | NO | 2 years ago | ||
| deleted | Is deleted flag | int(11) | NO | 0 - not deleted, 1 - deleted | 2 years ago |