package nameDB const ( Table_MapPlayer = "map_player" Table_MapPlayerStorage = "map_player_storage" Table_MapPlayerReport = "map_player_report" Table_MapPlayerRank = "map_player_rank" Table_MapLeagueRank = "map_league_rank" Table_MapScout = "map_scout" ) const ( Table_LogicWatcher = "logic_watcher" Table_LogicBuild = "logic_build" Table_LogicCastle = "logic_castle" Table_LogicMonster = "logic_monster" Table_LogicMonsterFlush = "logic_monster_flush" Table_LogicTile = "logic_tile" Table_LogicMarch = "logic_march" Table_LogicLegion = "logic_legion" Table_LogicRes = "logic_res" Table_LogicSiege = "logic_siege" ) const ( Table_MapNode = "map_node" Table_MapLeague = "map_league" Table_MapLeagueStorage = "map_league_storage" Table_MapLeagueMember = "map_league_member" Table_MapLeagueMail = "map_league_mail" Table_MapLeagueLog = "map_league_log" Table_MapLeagueReport = "map_league_report" Table_MapExchange = "map_exchange" Table_MapExchangeStats = "map_exchange_stats" Table_MapExchangeDeliver = "map_exchange_deliver" Table_MapSeason = "map_season" ) const ( Field_ObjectID = "ObjectID" Field_Data_IsDelete = "Data.IsDelete" Field_Tile_IsDelete = "Tile.IsDelete" Filed_March_IsDelete = "March.IsDelete" Filed_Legion_IsDelete = "Legion.IsDelete" Field_Res_IsDelete = "Res.IsDelete" Field_Monster_IsDelete = "Monster.IsDelete" Field_Build_IsDelete = "Build.IsDelete" Field_Castle_IsDelete = "Castle.IsDelete" Field_IsDelete = "IsDelete" ) const ( Field_RankID = "RankID" )