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