0.0.1
This commit is contained in:
7
resources/[core]/esx_identity/esx_identity.sql
Normal file
7
resources/[core]/esx_identity/esx_identity.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
ALTER TABLE `users`
|
||||
ADD COLUMN `firstname` VARCHAR(16) NULL DEFAULT NULL,
|
||||
ADD COLUMN `lastname` VARCHAR(16) NULL DEFAULT NULL,
|
||||
ADD COLUMN `dateofbirth` VARCHAR(10) NULL DEFAULT NULL,
|
||||
ADD COLUMN `sex` VARCHAR(1) NULL DEFAULT NULL,
|
||||
ADD COLUMN `height` INT NULL DEFAULT NULL
|
||||
;
|
||||
Reference in New Issue
Block a user