New #2195 0002195: Création catégorie : ordre des attributs

This commit is contained in:
sparkyx 2022-09-16 15:08:29 +02:00
parent b680ec6572
commit 50180e68ad
12 changed files with 215 additions and 28 deletions

View file

@ -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"
);