Table: products
updated_at (descending)
Total: 20 records
Loading relationships diagram...
Column | Value |
---|
Column | Type | Nullable | Default | Primary Key |
---|---|---|---|---|
id | integer | No | NULL |
Yes |
name | string | Yes | NULL |
No |
description | text | Yes | NULL |
No |
price | decimal | Yes | NULL |
No |
stock_quantity | integer | Yes | NULL |
No |
category_id | integer | No | NULL |
No |
sku | string | Yes | NULL |
No |
created_at | datetime | No | NULL |
No |
updated_at | datetime | No | NULL |
No |
Name | Columns | Unique |
---|---|---|
index_products_on_category_id | category_id | No |
index_products_on_sku | sku | Yes |
Name | From Column | To Table | To Column |
---|---|---|---|
fk_rails_fb915499a4 | category_id | categories | id |