Posté : 16-05-2020 20:13
Les modifications dans les tables
Pour les formats de date qui sont 0000-00-00 00:00:00 au lieu de 1000-01-01 00:00:00, il est préférable de régler le problème dans l'éditeur en utilisant la fonction chercher/remplacer avant création des tables.
appli_log
`al_date` datetime NOT NULL DEFAULT '1000-01-01 00:00:00',
authors
Supprimer
`radminarticle` tinyint(2) NOT NULL DEFAULT '0',
`radmintopic` tinyint(2) NOT NULL DEFAULT '0',
`radminleft` tinyint(2) NOT NULL DEFAULT '0',
`radminright` tinyint(2) NOT NULL DEFAULT '0',
`radminuser` tinyint(2) NOT NULL DEFAULT '0',
`radminmain` tinyint(2) NOT NULL DEFAULT '0',
`radminsurvey` tinyint(2) NOT NULL DEFAULT '0',
`radminsection` tinyint(2) NOT NULL DEFAULT '0',
`radminlink` tinyint(2) NOT NULL DEFAULT '0',
`radminephem` tinyint(2) NOT NULL DEFAULT '0',
`radminhead` tinyint(2) NOT NULL DEFAULT '0',
`radminfaq` tinyint(2) NOT NULL DEFAULT '0',
`radmindownload` tinyint(2) NOT NULL DEFAULT '0',
`radminforum` tinyint(2) NOT NULL DEFAULT '0',
`radminreviews` tinyint(2) NOT NULL DEFAULT '0',
`radminsdv` tinyint(2) NOT NULL DEFAULT '0',
`radminlnl` tinyint(2) NOT NULL DEFAULT '0',
chatbox
PRIMARY KEY (`date`)
counter
PRIMARY KEY (`id_stat`)
downloads
`dfilesize` bigint(15) UNSIGNED DEFAULT NULL,
`ddate` date NOT NULL DEFAULT '1000-01-01',
`perms` varchar(480) NOT NULL DEFAULT '0',
links_categories
`title` varchar(255) DEFAULT NULL,
links_editorials
`editorialtimestamp` datetime NOT NULL DEFAULT '1000-01-01 00:00:00',
links_links
`url` varchar(255) NOT NULL DEFAULT '',
lnl_outside_users
`date` datetime NOT NULL DEFAULT '1000-01-01 00:00:00',
lnl_send
`date` datetime NOT NULL DEFAULT '1000-01-01 00:00:00',
posts
`poster_ip` varchar(54) DEFAULT NULL,
queue
`timestamp` datetime NOT NULL DEFAULT '1000-01-01 00:00:00',
reviews
`date` date NOT NULL,
seccont
Supprimer
`crit1` text,
`crit2` text,
`crit3` text,
`crit4` text,
`crit5` text,
`crit6` text,
`crit7` text,
`crit8` text,
`crit9` text,
`crit10` text,
`crit11` text,
`crit12` text,
`crit13` text,
`crit14` text,
`crit15` text,
`crit16` text,
`crit17` text,
`crit18` text,
`crit19` text,
`crit20` text,
seccont_tempo
Supprimer
`crit1` text,
`crit2` text,
`crit3` text,
`crit4` text,
`crit5` text,
`crit6` text,
`crit7` text,
`crit8` text,
`crit9` text,
`crit10` text,
`crit11` text,
`crit12` text,
`crit13` text,
`crit14` text,
`crit15` text,
`crit16` text,
`crit17` text,
`crit18` text,
`crit19` text,
`crit20` text,
session
`username` varchar(54) NOT NULL DEFAULT '',
`host_addr` varchar(54) NOT NULL DEFAULT '',
stories
`hometext` mediumtext,
users
Supprimer
`user_icq` varchar(15) DEFAULT NULL,
`user_aim` varchar(18) DEFAULT NULL,
`user_yim` varchar(50) DEFAULT NULL,
`user_msnm` varchar(50) DEFAULT NULL,
Modifier
`user_theme` varchar(255) DEFAULT NULL,
C'est un peu long, désolé mais normalement exhaustif.
|