<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<database name="empire" schema="EMPIRE3" type="Apache Derby - 10.6.1.0 - (938214)">
   <tables>
      <table name="BATTLEMAIL" numRows="0" remarks="" schema="EMPIRE3" type="TABLE">
         <column autoUpdated="true" defaultValue="AUTOINCREMENT: start 1 increment 1" digits="0" id="0" name="ID" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="1" name="AIRCRAFT" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="2" name="ATTACKTYPE" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="BOMBERSLOST" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="4" name="BOMBS" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="5" name="CAPITOLSACKED" nullable="false" remarks="" size="5" type="SMALLINT"/>
         <column autoUpdated="false" digits="0" id="6" name="CASUALTIES" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="7" name="CIVILIANSCAPTURED" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="8" name="DEPTHCHARGES" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="9" name="ENEMYCASUALTIES" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="10" name="FIGHTERSKILLED" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="11" name="FIGHTERSLOST" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="12" name="FROMX" nullable="true" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="13" name="FROMY" nullable="true" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="14" name="MATERIELCAPTURED" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="15" name="MINES" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="16" name="NUMSECTORS" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="17" name="PRODUCTIONLOST" nullable="true" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="18" name="SHELLS" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="19" name="SHIPNUM" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="20" name="SHIPTYPE" nullable="true" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="21" name="SHIPSCAPTURED" nullable="true" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="22" name="SHIPSLOST" nullable="true" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="23" name="SHIPSSUNK" nullable="true" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="24" name="TIME" nullable="false" remarks="" size="52" type="DOUBLE"/>
         <column autoUpdated="false" digits="0" id="25" name="TOX" nullable="true" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="26" name="TOY" nullable="true" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="27" name="TORPEDOES" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="28" name="WON" nullable="false" remarks="" size="5" type="SMALLINT"/>
         <column autoUpdated="false" digits="0" id="29" name="SHIPX" nullable="true" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="30" name="SHIPY" nullable="true" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="31" name="ATTACKER" nullable="false" remarks="" size="10" type="INTEGER">
            <parent column="NATIONNUM" foreignKey="FKF1378AAF2C940087" implied="false" onDeleteCascade="false" table="NATIONS"/>
         </column>
         <column autoUpdated="false" digits="0" id="32" name="DEFENDER" nullable="false" remarks="" size="10" type="INTEGER">
            <parent column="NATIONNUM" foreignKey="FKF1378AAF33137975" implied="false" onDeleteCascade="false" table="NATIONS"/>
         </column>
         <column autoUpdated="false" digits="0" id="33" name="FROMISLAND" nullable="true" remarks="" size="10" type="INTEGER">
            <parent column="ISLANDNUM" foreignKey="FKF1378AAFAB034C9F" implied="false" onDeleteCascade="false" table="ISLANDS"/>
         </column>
         <column autoUpdated="false" digits="0" id="34" name="TOISLAND" nullable="true" remarks="" size="10" type="INTEGER">
            <parent column="ISLANDNUM" foreignKey="FKF1378AAFC07922B0" implied="false" onDeleteCascade="false" table="ISLANDS"/>
         </column>
         <primaryKey column="ID" sequenceNumberInPK="1"/>
         <index name="SQL100929185447630" unique="true">
            <column ascending="true" name="ID"/>
         </index>
         <index name="SQL100929185448080" unique="false">
            <column ascending="true" name="TOISLAND"/>
         </index>
         <index name="SQL100929185448150" unique="false">
            <column ascending="true" name="DEFENDER"/>
         </index>
         <index name="SQL100929185448220" unique="false">
            <column ascending="true" name="ATTACKER"/>
         </index>
         <index name="SQL100929185448280" unique="false">
            <column ascending="true" name="FROMISLAND"/>
         </index>
      </table>
      <table name="CONFIGDATA" numRows="1" remarks="" schema="EMPIRE3" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ID" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="1" name="ADMINPASSWORD" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="DATEINCREMENT" nullable="false" remarks="" size="52" type="DOUBLE"/>
         <column autoUpdated="false" digits="0" id="3" name="DATEOFFSET" nullable="false" remarks="" size="52" type="DOUBLE"/>
         <column autoUpdated="false" digits="0" id="4" name="GAMEENDDATE" nullable="false" remarks="" size="52" type="DOUBLE"/>
         <column autoUpdated="false" digits="0" id="5" name="GAMESTATE" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="6" name="GUNSCOST" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="7" name="HIGHESTNATIONNUMUSED" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="8" name="HIGHESTSHIPNUMUSED" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="9" name="LASTCENSUSDATE" nullable="false" remarks="" size="52" type="DOUBLE"/>
         <column autoUpdated="false" digits="0" id="10" name="NEWSMANINCREMENT" nullable="false" remarks="" size="52" type="DOUBLE"/>
         <column autoUpdated="false" digits="0" id="11" name="NUMISLANDS" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="12" name="SECTORSPERSANCTUARY" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="13" name="SHELLSCOST" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="14" name="SHIPDAYLENGTH" nullable="false" remarks="" size="52" type="DOUBLE"/>
         <column autoUpdated="false" digits="0" id="15" name="STARTINGTIMEUNITS" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="16" name="VERSION" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="17" name="WORLDY" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="18" name="WORLDX" nullable="false" remarks="" size="10" type="INTEGER"/>
         <primaryKey column="ID" sequenceNumberInPK="1"/>
         <index name="SQL100929185447650" unique="true">
            <column ascending="true" name="ID"/>
         </index>
      </table>
      <table name="ISLANDKNOWLEDGEKEY" numRows="156" remarks="" schema="EMPIRE3" type="TABLE">
         <column autoUpdated="true" defaultValue="AUTOINCREMENT: start 1 increment 1" digits="0" id="0" name="ID" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="1" name="KNOWLEDGE" nullable="true" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="2" name="ISLAND_ISLANDNUM" nullable="true" remarks="" size="10" type="INTEGER">
            <parent column="ISLANDNUM" foreignKey="FK2D5B97D6268D3E07" implied="false" onDeleteCascade="false" table="ISLANDS"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="NATION_NATIONNUM" nullable="true" remarks="" size="10" type="INTEGER">
            <parent column="NATIONNUM" foreignKey="FK2D5B97D6EC9AD779" implied="false" onDeleteCascade="false" table="NATIONS"/>
         </column>
         <primaryKey column="ID" sequenceNumberInPK="1"/>
         <index name="SQL100929185447670" unique="true">
            <column ascending="true" name="ID"/>
         </index>
         <index name="SQL100929185448350" unique="false">
            <column ascending="true" name="ISLAND_ISLANDNUM"/>
         </index>
         <index name="SQL100929185448410" unique="false">
            <column ascending="true" name="NATION_NATIONNUM"/>
         </index>
      </table>
      <table name="ISLANDS" numRows="40" remarks="" schema="EMPIRE3" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ISLANDNUM" nullable="false" remarks="" size="10" type="INTEGER">
            <child column="FROMISLAND" foreignKey="FKF1378AAFAB034C9F" implied="false" onDeleteCascade="false" table="BATTLEMAIL"/>
            <child column="TOISLAND" foreignKey="FKF1378AAFC07922B0" implied="false" onDeleteCascade="false" table="BATTLEMAIL"/>
            <child column="ISLAND_ISLANDNUM" foreignKey="FK2D5B97D6268D3E07" implied="false" onDeleteCascade="false" table="ISLANDKNOWLEDGEKEY"/>
            <child column="HOMEISLAND" foreignKey="FKCA4031EC5FD4AE14" implied="false" onDeleteCascade="false" table="NATIONS"/>
            <child column="ISLAND" foreignKey="FKD8A82DADBE9D1C75" implied="false" onDeleteCascade="false" table="SECTORS"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="DISCOVERED" nullable="true" remarks="" size="52" type="DOUBLE"/>
         <column autoUpdated="false" digits="0" id="2" name="X" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="3" name="Y" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="4" name="NAME" nullable="true" remarks="" size="52" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="SANCTUARIES" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="6" name="SIZEY" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="7" name="SIZEX" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="8" name="STATE" nullable="true" remarks="" size="25" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="VERSION" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="10" name="NAMINGNATION" nullable="true" remarks="" size="10" type="INTEGER">
            <parent column="NATIONNUM" foreignKey="FKE003E0DE45706161" implied="false" onDeleteCascade="false" table="NATIONS"/>
         </column>
         <primaryKey column="ISLANDNUM" sequenceNumberInPK="1"/>
         <index name="SQL100929185447710" unique="true">
            <column ascending="true" name="ISLANDNUM"/>
         </index>
         <index name="SQL100929185448480" unique="false">
            <column ascending="true" name="NAMINGNATION"/>
         </index>
      </table>
      <table name="MAIL" numRows="5" remarks="" schema="EMPIRE3" type="TABLE">
         <column autoUpdated="true" defaultValue="AUTOINCREMENT: start 1 increment 1" digits="0" id="0" name="ID" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="1" name="MESSAGE" nullable="true" remarks="" size="32767" type="CLOB"/>
         <column autoUpdated="false" digits="0" id="2" name="STATUS" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="SUBJECT" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="TIMESENT" nullable="false" remarks="" size="52" type="DOUBLE"/>
         <column autoUpdated="false" digits="0" id="5" name="FROMNATION" nullable="false" remarks="" size="10" type="INTEGER">
            <parent column="NATIONNUM" foreignKey="FK2479D7BA1FF703" implied="false" onDeleteCascade="false" table="NATIONS"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="TONATION" nullable="false" remarks="" size="10" type="INTEGER">
            <parent column="NATIONNUM" foreignKey="FK2479D7CF95CD14" implied="false" onDeleteCascade="false" table="NATIONS"/>
         </column>
         <primaryKey column="ID" sequenceNumberInPK="1"/>
         <index name="SQL100929185447720" unique="true">
            <column ascending="true" name="ID"/>
         </index>
         <index name="SQL100929185448540" unique="false">
            <column ascending="true" name="TONATION"/>
         </index>
         <index name="SQL100929185448610" unique="false">
            <column ascending="true" name="FROMNATION"/>
         </index>
      </table>
      <table name="NATIONS" numRows="3" remarks="" schema="EMPIRE3" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="NATIONNUM" nullable="false" remarks="" size="10" type="INTEGER">
            <child column="ATTACKER" foreignKey="FKF1378AAF2C940087" implied="false" onDeleteCascade="false" table="BATTLEMAIL"/>
            <child column="DEFENDER" foreignKey="FKF1378AAF33137975" implied="false" onDeleteCascade="false" table="BATTLEMAIL"/>
            <child column="NATION_NATIONNUM" foreignKey="FK2D5B97D6EC9AD779" implied="false" onDeleteCascade="false" table="ISLANDKNOWLEDGEKEY"/>
            <child column="NAMINGNATION" foreignKey="FKE003E0DE45706161" implied="false" onDeleteCascade="false" table="ISLANDS"/>
            <child column="FROMNATION" foreignKey="FK2479D7BA1FF703" implied="false" onDeleteCascade="false" table="MAIL"/>
            <child column="TONATION" foreignKey="FK2479D7CF95CD14" implied="false" onDeleteCascade="false" table="MAIL"/>
            <child column="FROMNATION_NATIONNUM" foreignKey="FK909900A8608A5B23" implied="false" onDeleteCascade="false" table="NATIONWARNATION"/>
            <child column="TONATION_NATIONNUM" foreignKey="FK909900A8F85C8FF4" implied="false" onDeleteCascade="false" table="NATIONWARNATION"/>
            <child column="SENDER" foreignKey="FK24FEF3D67791C7" implied="false" onDeleteCascade="false" table="NEWS"/>
            <child column="OWNER" foreignKey="FKD8A82DAD12CB6A45" implied="false" onDeleteCascade="false" table="SECTORS"/>
            <child column="OWNER_ID" foreignKey="FK4C27D976F9915B9" implied="false" onDeleteCascade="false" table="SHIPS"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ISLANDSON" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="2" name="LASTLOGON" nullable="true" remarks="" size="52" type="DOUBLE"/>
         <column autoUpdated="false" digits="0" id="3" name="LASTREADNEWSDATE" nullable="true" remarks="" size="52" type="DOUBLE"/>
         <column autoUpdated="false" digits="0" id="4" name="MATERIEL" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="5" name="NAME" nullable="true" remarks="" size="52" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="NUMSHIPS" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="7" name="PASSWORD" nullable="true" remarks="" size="52" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="POPULATION" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="9" name="POWER" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="10" name="POWERDATE" nullable="true" remarks="" size="52" type="DOUBLE"/>
         <column autoUpdated="false" digits="0" id="11" name="SEAPOWER" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="12" name="NATIONSTATE" nullable="true" remarks="" size="25" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="13" name="TOTALSECTORS" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="14" name="VERSION" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="15" name="CENTERX" nullable="true" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="16" name="CENTERY" nullable="true" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="17" name="HOMEISLAND" nullable="false" remarks="" size="10" type="INTEGER">
            <parent column="ISLANDNUM" foreignKey="FKCA4031EC5FD4AE14" implied="false" onDeleteCascade="false" table="ISLANDS"/>
         </column>
         <primaryKey column="NATIONNUM" sequenceNumberInPK="1"/>
         <index name="SQL100929185447800" unique="true">
            <column ascending="true" name="NATIONNUM"/>
         </index>
         <index name="SQL100929185448830" unique="false">
            <column ascending="true" name="HOMEISLAND"/>
         </index>
      </table>
      <table name="NATIONWARNATION" numRows="0" remarks="" schema="EMPIRE3" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ID" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="1" name="WARSTATUS" nullable="true" remarks="" size="15" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="FROMNATION_NATIONNUM" nullable="true" remarks="" size="10" type="INTEGER">
            <parent column="NATIONNUM" foreignKey="FK909900A8608A5B23" implied="false" onDeleteCascade="false" table="NATIONS"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="TONATION_NATIONNUM" nullable="true" remarks="" size="10" type="INTEGER">
            <parent column="NATIONNUM" foreignKey="FK909900A8F85C8FF4" implied="false" onDeleteCascade="false" table="NATIONS"/>
         </column>
         <primaryKey column="ID" sequenceNumberInPK="1"/>
         <index name="SQL100929185447740" unique="true">
            <column ascending="true" name="ID"/>
         </index>
         <index name="SQL100929185448690" unique="false">
            <column ascending="true" name="TONATION_NATIONNUM"/>
         </index>
         <index name="SQL100929185448750" unique="false">
            <column ascending="true" name="FROMNATION_NATIONNUM"/>
         </index>
      </table>
      <table name="NEWS" numRows="0" remarks="" schema="EMPIRE3" type="TABLE">
         <column autoUpdated="true" defaultValue="AUTOINCREMENT: start 1 increment 1" digits="0" id="0" name="ID" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="1" name="TEXT" nullable="true" remarks="" size="32767" type="CLOB"/>
         <column autoUpdated="false" digits="0" id="2" name="TIME" nullable="false" remarks="" size="52" type="DOUBLE"/>
         <column autoUpdated="false" digits="0" id="3" name="TOPIC" nullable="true" remarks="" size="15" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="SENDER" nullable="false" remarks="" size="10" type="INTEGER">
            <parent column="NATIONNUM" foreignKey="FK24FEF3D67791C7" implied="false" onDeleteCascade="false" table="NATIONS"/>
         </column>
         <primaryKey column="ID" sequenceNumberInPK="1"/>
         <index name="SQL100929185447870" unique="true">
            <column ascending="true" name="ID"/>
         </index>
         <index name="SQL100929185448890" unique="false">
            <column ascending="true" name="SENDER"/>
         </index>
      </table>
      <table name="SECTORS" numRows="24810" remarks="" schema="EMPIRE3" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="X" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="1" name="Y" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="2" name="AUTHORIZED" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="3" name="BOMBERS" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="4" name="CIVILIANS" nullable="false" remarks="" size="52" type="DOUBLE"/>
         <column autoUpdated="false" digits="0" id="5" name="DES" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="6" name="EFF" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="7" name="FIGHTERS" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="8" name="GUNS" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="9" name="MILITARY" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="10" name="ORE" nullable="false" remarks="" size="52" type="DOUBLE"/>
         <column autoUpdated="false" digits="0" id="11" name="ORESAMPLE" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="12" name="PRODUCTION" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="13" name="SHELLS" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="14" name="TIMELEFT" nullable="true" remarks="" size="52" type="DOUBLE"/>
         <column autoUpdated="false" digits="0" id="15" name="TIMERIGHT" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="16" name="ISLAND" nullable="false" remarks="" size="10" type="INTEGER">
            <parent column="ISLANDNUM" foreignKey="FKD8A82DADBE9D1C75" implied="false" onDeleteCascade="false" table="ISLANDS"/>
         </column>
         <column autoUpdated="false" digits="0" id="17" name="OWNER" nullable="true" remarks="" size="10" type="INTEGER">
            <parent column="NATIONNUM" foreignKey="FKD8A82DAD12CB6A45" implied="false" onDeleteCascade="false" table="NATIONS"/>
         </column>
         <primaryKey column="X" sequenceNumberInPK="1"/>
         <primaryKey column="Y" sequenceNumberInPK="2"/>
         <index name="SQL100929185447940" unique="true">
            <column ascending="true" name="X"/>
            <column ascending="true" name="Y"/>
         </index>
         <index name="SQL100929185448900" unique="false">
            <column ascending="true" name="ISLAND"/>
         </index>
         <index name="SQL100929185448990" unique="false">
            <column ascending="true" name="OWNER"/>
         </index>
      </table>
      <table name="SHIPS" numRows="15" remarks="" schema="EMPIRE3" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="SHIPNUM" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="1" name="ARTILLERY" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="2" name="AUTOASSAULT" nullable="false" remarks="" size="5" type="SMALLINT"/>
         <column autoUpdated="false" digits="0" id="3" name="BOMBERS" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="4" name="CIVILIANS" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="5" name="COURSESET" nullable="false" remarks="" size="5" type="SMALLINT"/>
         <column autoUpdated="false" digits="0" id="6" name="COURSESYNC" nullable="false" remarks="" size="52" type="DOUBLE"/>
         <column autoUpdated="false" digits="0" id="7" name="DESTX" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="8" name="DESTY" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="9" name="DOCKED" nullable="false" remarks="" size="5" type="SMALLINT"/>
         <column autoUpdated="false" digits="0" id="10" name="EFF" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="11" name="EXPLOSIVES" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="12" name="FIGHTERS" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="13" name="FLEET" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="14" name="LASTUPDATED" nullable="false" remarks="" size="52" type="DOUBLE"/>
         <column autoUpdated="false" digits="0" id="15" name="LOCX" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="16" name="LOCY" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="17" name="LOCATIONSTATUS" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="18" name="MILITARY" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="19" name="NEWLYCREATED" nullable="false" remarks="" size="5" type="SMALLINT"/>
         <column autoUpdated="false" digits="0" id="20" name="ORE" nullable="false" remarks="" size="52" type="DOUBLE"/>
         <column autoUpdated="false" digits="0" id="21" name="RUST" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="22" name="SPEED" nullable="false" remarks="" size="52" type="DOUBLE"/>
         <column autoUpdated="false" digits="0" id="23" name="STATE" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="24" name="SUBMERGED" nullable="false" remarks="" size="5" type="SMALLINT"/>
         <column autoUpdated="false" digits="0" id="25" name="TIMESYNC" nullable="false" remarks="" size="52" type="DOUBLE"/>
         <column autoUpdated="false" digits="0" id="26" name="TYPE" nullable="true" remarks="" size="25" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="27" name="VERSION" nullable="false" remarks="" size="10" type="INTEGER"/>
         <column autoUpdated="false" digits="0" id="28" name="OWNER_ID" nullable="false" remarks="" size="10" type="INTEGER">
            <parent column="NATIONNUM" foreignKey="FK4C27D976F9915B9" implied="false" onDeleteCascade="false" table="NATIONS"/>
         </column>
         <column autoUpdated="false" digits="0" id="29" name="MAPKEY" nullable="true" remarks="" size="10" type="INTEGER"/>
         <primaryKey column="SHIPNUM" sequenceNumberInPK="1"/>
         <index name="SQL100929185448010" unique="true">
            <column ascending="true" name="SHIPNUM"/>
         </index>
         <index name="SQL100929185449070" unique="false">
            <column ascending="true" name="OWNER_ID"/>
         </index>
      </table>
   </tables>
</database>
