mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 09:48:52 +00:00
5 lines
94 B
SQL
5 lines
94 B
SQL
USE `es_extended`;
|
|
|
|
ALTER TABLE `users` ADD COLUMN `accessories` LONGTEXT NULL DEFAULT NULL;
|
|
|