Tables : ir_cron
Columns15 |
Keys1 |
Triggers0 |
Comment:Description: |
|
Indexes0 |
Contraints0 |
|||
Columns :
| Name | Caption | Primary Key | type |
|---|---|---|---|
| id | id | true | INTEGER |
| ir_actions_server_id | ir_actions_server_id | INTEGER | |
| cron_name | cron_name | CHARACTER VARYING | |
| user_id | user_id | INTEGER | |
| active | active | BOOLEAN | |
| interval_number | interval_number | INTEGER | |
| interval_type | interval_type | CHARACTER VARYING | |
| numbercall | numbercall | INTEGER | |
| doall | doall | BOOLEAN | |
| nextcall | nextcall | TIMESTAMP(6) | |
| priority | priority | INTEGER | |
| create_uid | create_uid | INTEGER | |
| create_date | create_date | TIMESTAMP(6) | |
| write_uid | write_uid | INTEGER | |
| write_date | write_date | TIMESTAMP(6) |
Keys :
| Name | Primary Key | Description |
|---|---|---|
| ir_cron_pkey | true |
Columns Detail :
| Name | id |
| Table | ir_cron |
| Type | INTEGER |
| Domain | |
| Primary Key | true |
| Not null | true |
| Default Value | nextval('ir_cron_id_seq'::regclass) |
| Name | ir_actions_server_id |
| Table | ir_cron |
| Type | INTEGER |
| Domain | |
| Not null | true |
| Foreign key | true |
| Name | cron_name |
| Table | ir_cron |
| Type | CHARACTER VARYING |
| Domain |
| Name | user_id |
| Table | ir_cron |
| Type | INTEGER |
| Domain | |
| Not null | true |
| Foreign key | true |
| Name | active |
| Table | ir_cron |
| Type | BOOLEAN |
| Domain |
| Name | interval_number |
| Table | ir_cron |
| Type | INTEGER |
| Domain |
| Name | interval_type |
| Table | ir_cron |
| Type | CHARACTER VARYING |
| Domain |
| Name | numbercall |
| Table | ir_cron |
| Type | INTEGER |
| Domain |
| Name | doall |
| Table | ir_cron |
| Type | BOOLEAN |
| Domain |
| Name | nextcall |
| Table | ir_cron |
| Type | TIMESTAMP(6) |
| Domain | |
| Not null | true |
| Name | priority |
| Table | ir_cron |
| Type | INTEGER |
| Domain |
| Name | create_uid |
| Table | ir_cron |
| Type | INTEGER |
| Domain | |
| Foreign key | true |
| Name | create_date |
| Table | ir_cron |
| Type | TIMESTAMP(6) |
| Domain |
| Name | write_uid |
| Table | ir_cron |
| Type | INTEGER |
| Domain | |
| Foreign key | true |
| Name | write_date |
| Table | ir_cron |
| Type | TIMESTAMP(6) |
| Domain |
Project
Odoo Data Model