mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 18:58:54 +00:00
9 lines
204 B
SQL
9 lines
204 B
SQL
CREATE TABLE `society_moneywash` (
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`identifier` varchar(60) NOT NULL,
|
|
`society` varchar(60) NOT NULL,
|
|
`amount` int(11) NOT NULL,
|
|
|
|
PRIMARY KEY (`id`)
|
|
); |