mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
Update esx_society.sql
This commit is contained in:
+3
-1
@@ -1,3 +1,5 @@
|
||||
USE `essentialmode`;
|
||||
|
||||
CREATE TABLE `society_moneywash` (
|
||||
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
@@ -6,4 +8,4 @@ CREATE TABLE `society_moneywash` (
|
||||
`amount` int(11) NOT NULL,
|
||||
|
||||
PRIMARY KEY (`id`)
|
||||
);
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user