mirror of
https://github.com/araxiaonline/Weekly-Armor-Vendor.git
synced 2026-06-13 01:32:22 -04:00
Create black_market_armor_set_Table_Creation.sql
This commit is contained in:
8
black_market_armor_set_Table_Creation.sql
Normal file
8
black_market_armor_set_Table_Creation.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE `black_market_armor_sets` (
|
||||
`class` INT NOT NULL,
|
||||
`item_id` INT NOT NULL,
|
||||
`name` VARCHAR(255) NOT NULL,
|
||||
`item_set_id` INT NOT NULL,
|
||||
`set_name` VARCHAR(255) NOT NULL,
|
||||
PRIMARY KEY (`item_id`)
|
||||
);
|
||||
Reference in New Issue
Block a user