Adding language support to tables

2013-05-01 Thread Neil Tompkins
Hi, I've the following database structure of 4 tables for geographical information CREATE TABLE IF NOT EXISTS `mydb`.`country` ( `country_id` INT NOT NULL , `country_code` CHAR(2) NOT NULL , `name` VARCHAR(255) NOT NULL , PRIMARY KEY (`country_id`) , UNIQUE INDEX

Re: Adding language support to tables

2013-05-01 Thread Neil Tompkins
that FOREIGN KEYs are implemented? -Original Message- From: Neil Tompkins [mailto:neil.tompk...@googlemail.com] Sent: Wednesday, May 01, 2013 5:53 AM To: [MySQL] Subject: Adding language support to tables Hi, I've the following database structure of 4 tables

RE: Adding language support to tables

2013-05-01 Thread Rick James
that FOREIGN KEYs are implemented? -Original Message- From: Neil Tompkins [mailto:neil.tompk...@googlemail.com] Sent: Wednesday, May 01, 2013 5:53 AM To: [MySQL] Subject: Adding language support to tables Hi, I've the following database structure of 4 tables for geographical