Character variablesTable
Used to store variables for a character
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
ADD | character_id | int(10) unsigned | PRI | 0 | The character this variable is assigned to | |
ADD | name | varchar(255) | PRI | The name of the variable | ||
ADD | value | varchar(255) | The value of the variable |