mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
Update esx_society.sql
int - Integer display width is deprecated and will be removed in a future release.
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
USE `es_extended`;
|
||||
|
||||
CREATE TABLE `society_moneywash` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`id` int NOT NULL AUTO_INCREMENT,
|
||||
`identifier` varchar(60) NOT NULL,
|
||||
`society` varchar(60) NOT NULL,
|
||||
`amount` int(11) NOT NULL,
|
||||
`amount` int NOT NULL,
|
||||
|
||||
PRIMARY KEY (`id`)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user