Updated table texte structure.

This commit is contained in:
Pierre HUBERT 2018-07-16 09:22:43 +02:00
parent fd1b08b74c
commit ee40186aeb

View File

@ -436,6 +436,7 @@ CREATE TABLE `texte` (
`time_insert` int(11) DEFAULT NULL,
`texte` text NOT NULL,
`ID_amis` int(11) NOT NULL DEFAULT '0',
`group_id` int(11) DEFAULT '0',
`niveau_visibilite` varchar(255) NOT NULL DEFAULT '1',
`type` varchar(255) NOT NULL DEFAULT 'texte',
`idvideo` int(11) DEFAULT NULL,