mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 18:58:54 +00:00
Update esx_license.sql
int - Integer display width is deprecated and will be removed in a future release.
This commit is contained in:
+2
-2
@@ -8,9 +8,9 @@ CREATE TABLE `licenses` (
|
||||
);
|
||||
|
||||
CREATE TABLE `user_licenses` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`id` int NOT NULL AUTO_INCREMENT,
|
||||
`type` varchar(60) NOT NULL,
|
||||
`owner` varchar(40) NOT NULL,
|
||||
|
||||
PRIMARY KEY (`id`)
|
||||
);
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user