mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-02 11:18:53 +00:00
Update esx_license.sql
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ CREATE TABLE `licenses` (
|
||||
CREATE TABLE `user_licenses` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`type` varchar(60) NOT NULL,
|
||||
`owner` varchar(60) NOT NULL,
|
||||
`owner` varchar(40) NOT NULL,
|
||||
|
||||
PRIMARY KEY (`id`)
|
||||
);
|
||||
Reference in New Issue
Block a user