INDEX | REVISIONS | OVERVIEW | FIELD SUMMARY | |
DATATYPES | SQL SUMMARY | TRIGGERS |
Table : events |
See Also:
reference_items
Field Summary | ||
Name | Type | Description |
---|---|---|
id | Serial | |
event_type_id | event_types(id) | |
name | Varchar-255 | |
sponser | contributors(id) | |
begin_date | date | |
end_date | date | |
other_date | date |
Sql Summary | |||||||
Name | Type | PrKey | Unq | NotN | MUnq | Def | Idx1 |
---|---|---|---|---|---|---|---|
id | int | ||||||
event_type_id | int | ||||||
name | varchar(255) | ||||||
sponser | int | ||||||
begin_date | date | ||||||
end_date | date | ||||||
other_date | date |
Foreign Keys | |||
Field | Import | On Update | On Delete |
---|---|---|---|
event_type_id | event_types(id) | NO ACTION | NO ACTION |
sponser | contributors(id) | NO ACTION | NO ACTION |
INDEX | REVISIONS | OVERVIEW | FIELD SUMMARY | |
DATATYPES | SQL SUMMARY | TRIGGERS |