,----------------------------------------. |Country | |----------------------------------------| |Sample table. | |== | |<$primary> int(10) | |-id int(10) -- A comment | |-title int(10) varchar(255) -- A comment| `----------------------------------------' ,--------------------------------. |City | |--------------------------------| |Sample table. | |== | |<$primary> int(10) | |-id int(10) -- A comment | |-title varchar(255) -- A comment| |.. Comment line, ignored .. | |#country_id int(10) -- A comment| `--------------------------------'