mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
Update SQL
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
CREATE TABLE `user_contacts` (
|
||||
`id` int(11) NOT NULL,
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`identifier` varchar(255) NOT NULL,
|
||||
`name` varchar(255) NOT NULL,
|
||||
`number` int(11) NOT NULL
|
||||
|
||||
Reference in New Issue
Block a user