logo
 


  countries table
     #
        # Table structure for table `countries`
        # contain list of 234 countries.
        # 
        
        CREATE TABLE  IF NOT EXISTS countries (
          id int(11) NOT NULL auto_increment,
          country_name varchar(100) NOT NULL,
          PRIMARY KEY  (id),
          UNIQUE KEY country_name (country_name)
        ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
      
 
 
 
 
 
 
 © www.fastidev.com all right reserved | email: info@fastidev.com |  contact us |