Tag : add color to tags

This commit is contained in:
sparkyx 2020-11-10 13:54:43 +01:00
parent fb1ade420a
commit 656ab45372
12 changed files with 350 additions and 18 deletions

View file

@ -37,12 +37,14 @@ class Tag_SQL extends Noalyss_SQL
, "t_tag" => "t_tag"
, "t_description" => "t_description"
,'t_actif'=>'t_actif'
,'t_color'=>'t_color'
);
$this->type = array(
"t_id" => "numeric"
, "t_tag" => "text"
, "t_description" => "text"
,'t_actif'=>"text"
,'t_color'=>"numeric"
);
$this->default = array(
"t_id" => "auto",