Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('ir_module_module_dependency_id_seq'::regclass) |
|
|
|||||
| name | varchar | 2147483647 | √ | null |
|
|
|||||
| module_id | int4 | 10 | √ | null |
|
|
|||||
| auto_install_required | bool | 1 | √ | true |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ir_module_module_dependency_pkey | Primary key | Asc | id |
| ir_module_module_dependency__name_index | Performance | Asc | name |

