mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 10:48:52 +00:00
Merge branch 'master' of https://github.com/FXServer-ESX/fxserver-esx_datastore
This commit is contained in:
+3
-1
@@ -1,3 +1,5 @@
|
||||
USE `essentialmode`;
|
||||
|
||||
CREATE TABLE `datastore` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`name` varchar(255) NOT NULL,
|
||||
@@ -12,4 +14,4 @@ CREATE TABLE `datastore_data` (
|
||||
`owner` varchar(255),
|
||||
`data` longtext,
|
||||
PRIMARY KEY (`id`)
|
||||
);
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user