New #2195 0002195: Création catégorie : ordre des attributs
This commit is contained in:
parent
b680ec6572
commit
50180e68ad
12 changed files with 215 additions and 28 deletions
|
|
@ -46,6 +46,7 @@ class Attr_Def_SQL extends Table_Data_SQL
|
|||
, "ad_size"=>"ad_size"
|
||||
, "ad_extra"=>"ad_extra"
|
||||
, "ad_search_followup"=>"ad_search_followup"
|
||||
,"ad_default_order"=>"ad_default_order"
|
||||
);
|
||||
/*
|
||||
* Type of columns
|
||||
|
|
@ -57,6 +58,7 @@ class Attr_Def_SQL extends Table_Data_SQL
|
|||
, "ad_size"=>"text"
|
||||
, "ad_extra"=>"text"
|
||||
, "ad_search_followup"=>"numeric"
|
||||
, "ad_default_order"=>"numeric"
|
||||
);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue