mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 10:01:29 +00:00
4 lines
75 B
SQL
4 lines
75 B
SQL
USE `es_extended`;
|
|
|
|
ALTER TABLE `users` ADD COLUMN `status` LONGTEXT NULL;
|