-
Notifications
You must be signed in to change notification settings - Fork 48
string_id
killerwife edited this page May 14, 2023
·
21 revisions
Back to "world database":mangosdb_struct list of tables.
h2. The string_id
table
This table contains id and string connection between string_id variables
h3. Structure
Field | Type | NULL | Key | Default | Comments |
---|---|---|---|---|---|
[id] | int(11) unsigned | NO | PRIMARY | 0 | Identifier, auto_increment |
[name] | varchar(255) | YES |