/* Navicat MySQL Data Transfer Source Server : localhost Source Server Version : 50528 Source Host : localhost:3306 Source Database : test Target Server Type : MYSQL Target Server Version : 50528 File Encoding : 65001 Date: 2013-06-02 17:55:10 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `jurisdictions` -- ---------------------------- DROP TABLE IF EXISTS `jurisdictions`; CREATE TABLE `jurisdictions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `GroupID` int(11) NOT NULL DEFAULT '-1', `AreaName` varchar(64) DEFAULT NULL, `JurisdictionID` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=52 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of jurisdictions -- ----------------------------