#author("2024-09-02T04:38:10+00:00","default:iseki","iseki") *** Columns [#b536ce65] mysql> show columns from migrations; +---------+--------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +---------+--------------+------+-----+---------+-------+ | name | varchar(100) | YES | | NULL | | | version | int(11) | YES | | NULL | | +---------+--------------+------+-----+---------+-------+ *** 0.7 [#se47f8ad] mysql> select * from migrations; +----------------+---------+ | name | version | +----------------+---------+ | migrations | 1 | | AssetStore | 8 | | InventoryStore | 4 | | GridStore | 7 | | AuthStore | 3 | | Avatar | 1 | | UserAccount | 4 | | GridUserStore | 1 | | Presence | 1 | | FriendsStore | 2 | | RegionStore | 33 | +----------------+---------+ #br