ASA SQL Reference
System Tables
| Column name | Column type | Column constraint | Table constraints |
|---|---|---|---|
| event_type_id | INTEGER | NOT NULL | Primary key |
| name | VARCHAR(128) | NOT NULL | |
| description | LONG VARCHAR |
This table lists the system event types which can be referenced by CREATE EVENT.
event_type_id The unique number assigned to each event type.
name The name of the system event type.
description A description of the system event type.