Facebook
From Crippled Curlew, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 90
  1. CREATE TABLE `entrancedynamic` (
  2.   `ID` int(11) NOT NULL,
  3.   `EnInterior` int(11) NOT NULL,
  4.   `ExInterior` int(11) NOT NULL,
  5.   `GangsEntrance` int(11) NOT NULL,
  6.   `EntranEnPosX` int(11) NOT NULL,
  7.   `EntranEnPosY` int(11) NOT NULL,
  8.   `EntranEnPosZ` int(11) NOT NULL,
  9.   `EntranExPosX` int(11) NOT NULL,
  10.   `EntranExPosY` int(11) NOT NULL,
  11.   `EntranExPosZ` int(11) NOT NULL,
  12.   `GangID` int(11) NOT NULL DEFAULT 0,
  13.   `EntranceLock` int(11) NOT NULL DEFAULT 0
  14. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;