mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-27 15:59:29 +00:00
Updated table texte structure.
This commit is contained in:
parent
fd1b08b74c
commit
ee40186aeb
@ -436,6 +436,7 @@ CREATE TABLE `texte` (
|
|||||||
`time_insert` int(11) DEFAULT NULL,
|
`time_insert` int(11) DEFAULT NULL,
|
||||||
`texte` text NOT NULL,
|
`texte` text NOT NULL,
|
||||||
`ID_amis` int(11) NOT NULL DEFAULT '0',
|
`ID_amis` int(11) NOT NULL DEFAULT '0',
|
||||||
|
`group_id` int(11) DEFAULT '0',
|
||||||
`niveau_visibilite` varchar(255) NOT NULL DEFAULT '1',
|
`niveau_visibilite` varchar(255) NOT NULL DEFAULT '1',
|
||||||
`type` varchar(255) NOT NULL DEFAULT 'texte',
|
`type` varchar(255) NOT NULL DEFAULT 'texte',
|
||||||
`idvideo` int(11) DEFAULT NULL,
|
`idvideo` int(11) DEFAULT NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user