mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
+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