CREATE TABLE `entrancedynamic` ( `ID` int(11) NOT NULL, `EnInterior` int(11) NOT NULL, `ExInterior` int(11) NOT NULL, `GangsEntrance` int(11) NOT NULL, `EntranEnPosX` int(11) NOT NULL, `EntranEnPosY` int(11) NOT NULL, `EntranEnPosZ` int(11) NOT NULL, `EntranExPosX` int(11) NOT NULL, `EntranExPosY` int(11) NOT NULL, `EntranExPosZ` int(11) NOT NULL, `GangID` int(11) NOT NULL DEFAULT 0, `EntranceLock` int(11) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;