mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 23:01:48 +00:00
Fixed max key length error
This commit is contained in:
+2
-2
@@ -11,8 +11,8 @@ CREATE TABLE `datastore` (
|
||||
|
||||
CREATE TABLE `datastore_data` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`name` varchar(255) NOT NULL,
|
||||
`owner` varchar(255),
|
||||
`name` varchar(60) NOT NULL,
|
||||
`owner` varchar(60),
|
||||
`data` longtext,
|
||||
|
||||
INDEX index_datastore_name (`name`),
|
||||
|
||||
Reference in New Issue
Block a user