mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-02 17:00:58 +00:00
Update esx_datastore.sql
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ CREATE TABLE `datastore` (
|
||||
CREATE TABLE `datastore_data` (
|
||||
`id` INT(11) NOT NULL AUTO_INCREMENT,
|
||||
`name` VARCHAR(60) NOT NULL,
|
||||
`owner` VARCHAR(60),
|
||||
`owner` VARCHAR(40),
|
||||
`data` LONGTEXT,
|
||||
|
||||
PRIMARY KEY (`id`),
|
||||
|
||||
Reference in New Issue
Block a user