Files
esx_core-esx-framework/esx_multicharacter.sql
T
Demetrio e65a4cb181 Italian language support + Doc for dynamic slots and minor improvements (#37)
* Added Italian language support + usability improvements

* cleaner sql file

Co-authored-by: d3rp-jsx <15928886+derp-jsx@users.noreply.github.com>
2021-08-11 09:33:40 +10:00

5 lines
99 B
SQL

CREATE TABLE `multicharacter_slots` (
`identifier` VARCHAR(60) NOT NULL,
`slots` INT NOT NULL
);