logo
 


  categories table
     #
        # Table structure for table `categories`
        # contain list of 110 categories.
        # 
        
        CREATE TABLE  IF NOT EXISTS categories (
         id int(11) NOT NULL auto_increment,
         parent_id int(11) NOT NULL,
     category_name varchar(100) NOT NULL,
         PRIMARY KEY  (id)
        );
      
 
 
 
 
 
 
 © www.fastidev.com all right reserved | email: info@fastidev.com |  contact us |