mirror of
https://github.com/ZhengPeiRu21/mod-reagent-bank
synced 2025-11-29 23:08:30 +08:00
Update repository structure
This commit is contained in:
8
data/sql/db-characters/base/create_table.sql
Normal file
8
data/sql/db-characters/base/create_table.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `custom_reagent_bank` (
|
||||
`character_id` int(11) NOT NULL,
|
||||
`item_entry` int(11) NOT NULL,
|
||||
`item_subclass` int(11) NOT NULL,
|
||||
`amount` int(11) NOT NULL,
|
||||
PRIMARY KEY (`character_id`,`item_entry`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
0
data/sql/db-characters/updates/.gitkeep
Normal file
0
data/sql/db-characters/updates/.gitkeep
Normal file
Reference in New Issue
Block a user