mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 02:08:55 +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;
|
|
|