array( "notnull" => "1", "type" => "int", "len" => "11", ), "numero" => array( "notnull" => "", "type" => "string", "len" => "250", ), "nature" => array( "notnull" => "1", "type" => "string", "len" => "10", ), "groupe" => array( "notnull" => "", "type" => "string", "len" => "250", ), "sousgroupe" => array( "notnull" => "", "type" => "string", "len" => "250", ), "libelle" => array( "notnull" => "1", "type" => "string", "len" => "250", ), "texte" => array( "notnull" => "", "type" => "blob", "len" => "-5", ), "no_ordre" => array( "notnull" => "", "type" => "int", "len" => "11", ), "reference" => array( "notnull" => "", "type" => "bool", "len" => "1", ), "service_consulte" => array( "notnull" => "", "type" => "bool", "len" => "1", ), "om_validite_debut" => array( "notnull" => "", "type" => "date", "len" => "12", ), "om_validite_fin" => array( "notnull" => "", "type" => "date", "len" => "12", ), "om_collectivite" => array( "notnull" => "1", "type" => "int", "len" => "11", "fkey" => array( "foreign_table_name" => "om_collectivite", "foreign_column_name" => "om_collectivite", "sql_exist" => "select * from ".DB_PREFIXE."om_collectivite where om_collectivite = '", ), ), ); ?>