Showing up to 100 rows.
| Name | Type | Not null | Default | PK |
|---|---|---|---|---|
| id | INTEGER | no | yes | |
| department_id | INTEGER | yes | no | |
| direction | TEXT | yes | no | |
| display_order | INTEGER | yes | 0 | no |
| Column | References table | References column | On update | On delete |
|---|---|---|---|---|
| department_id | department_configs | id | NO ACTION | CASCADE |
| id | department_id | direction | display_order |
|---|---|---|---|
| 1 | 1 | Embedded | 0 |
| 2 | 1 | Robotics | 1 |
| 3 | 2 | C++ | 0 |