-- phpMyAdmin SQL Dump
-- version 4.0.10.14
--
-- Host: localhost:----
-- Generato il: Mag 27, 2016 alle 03:35
-- Versione del server: 5.6.30
-- Versione PHP: 5.4.31
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
--
-- Database: `suprace`
--
-- --------------------------------------------------------
--
-- Struttura della tabella `categorie`
--
CREATE TABLE IF NOT EXISTS `klg_reg_categorie` (
`id_categoria` int(10) unsigned NOT NULL AUTO_INCREMENT,
`nome_categoria` text NOT NULL,
`nome_categoria_inglese` text NOT NULL,
`sesso` varchar(15) NOT NULL,
`pubblicazione` tinyint(3) unsigned NOT NULL,
`posizione` int(10) unsigned NOT NULL,
`dataorario_inserimento` datetime NOT NULL,
`dataorario_modifica` datetime NOT NULL,
PRIMARY KEY (`id_categoria`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=7 ;