0.0.1
This commit is contained in:
11
resources/[esx_addons]/esx_society/esx_society.sql
Normal file
11
resources/[esx_addons]/esx_society/esx_society.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
CREATE TABLE `society_moneywash` (
|
||||
`id` int NOT NULL AUTO_INCREMENT,
|
||||
`identifier` varchar(60) NOT NULL,
|
||||
`society` varchar(60) NOT NULL,
|
||||
`amount` int NOT NULL,
|
||||
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
|
||||
Reference in New Issue
Block a user