mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 21:01:28 +00:00
e65a4cb181
* Added Italian language support + usability improvements * cleaner sql file Co-authored-by: d3rp-jsx <15928886+derp-jsx@users.noreply.github.com>
5 lines
99 B
SQL
5 lines
99 B
SQL
CREATE TABLE `multicharacter_slots` (
|
|
`identifier` VARCHAR(60) NOT NULL,
|
|
`slots` INT NOT NULL
|
|
);
|