Add shops changeset
This commit is contained in:
6
src/main/resources/db/011-shop.sql
Normal file
6
src/main/resources/db/011-shop.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE lb_shops
|
||||
(
|
||||
shopid INT UNSIGNED NOT NULL AUTO_INCREMENT,
|
||||
npcid INT NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (shopid)
|
||||
);
|
||||
Reference in New Issue
Block a user