mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-06 14:32:15 +02:00
pushing
This commit is contained in:
13
database/migrations/215_my_room_item_position_info.sql
Normal file
13
database/migrations/215_my_room_item_position_info.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
CREATE TABLE "MyRoomItemPositionInfo" (
|
||||
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
"Uid" BIGINT NOT NULL,
|
||||
"InvenIndex" BIGINT,
|
||||
"ObjectType" INTEGER,
|
||||
"PositionType" INTEGER,
|
||||
"X" INTEGER,
|
||||
"Y" INTEGER,
|
||||
"Rotate" INTEGER,
|
||||
"Interact" INTEGER,
|
||||
"ItemAnimation" INTEGER,
|
||||
"IsWallHidden" INTEGER
|
||||
);
|
||||
Reference in New Issue
Block a user