mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Update SQL
This commit is contained in:
+1
-1
@@ -8,4 +8,4 @@ CREATE TABLE `user_contacts` (
|
||||
ALTER TABLE `user_contacts` ADD PRIMARY KEY (`id`);
|
||||
|
||||
ALTER TABLE `users`
|
||||
ADD COLUMN `phone_number` INT NULL AFTER `position`;
|
||||
ADD COLUMN `phone_number` INT NULL;
|
||||
|
||||
Reference in New Issue
Block a user