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