Table: categories
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 |
parent_id | integer | Yes | NULL |
No |
created_at | datetime | No | NULL |
No |
updated_at | datetime | No | NULL |
No |
Name | Columns | Unique |
---|---|---|
index_categories_on_parent_id | parent_id | No |
Name | From Column | To Table | To Column |
---|---|---|---|
fk_rails_82f48f7407 | parent_id | categories | id |