Files
esx_core-esx-framework/esx_society.sql
T
shortybsd 6cda7ed2f5 Update esx_society.sql
int - Integer display width is deprecated and will be removed in a future release.
2020-05-16 18:51:19 -05:00

11 lines
207 B
SQL

USE `es_extended`;
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`)
);