mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
7 lines
160 B
SQL
7 lines
160 B
SQL
CREATE TABLE `multicharacter_slots` (
|
|
`identifier` VARCHAR(60) NOT NULL,
|
|
`slots` INT NOT NULL
|
|
);
|
|
|
|
ALTER TABLE `users`
|
|
ADD `disabled` BIT NOT NULL DEFAULT 0; |