ACTION_BASE
Description
This table stores information about action bases.
Columns
| Column Name | Data Type | Description |
| ID | bigint(20) | Primary key, unique identifier for each action base. |
| TRANSITION_STAGE_INDEX | int(11) | The index of the transition stage. |
| SIDE_EFFECT_ACTION_BASE_ID | bigint(20) | Foreign key referencing the SIDE_EFFECT table. |
Foreign Key Relationships
- SIDE_EFFECT_ACTION_BASE_ID references SIDE_EFFECT(ID)