diff --git a/esx_license.sql b/esx_license.sql index aaf66187..93d349cc 100644 --- a/esx_license.sql +++ b/esx_license.sql @@ -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`) -); \ No newline at end of file +);