-
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.
This table contains id and string connection between string_id variables
Field | Type | NULL | Key | Default | Comments |
---|---|---|---|---|---|
[id] | int(11) unsigned | NO | PRIMARY | 0 | Primary Key |
[name] | varchar(255) | YES |