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