array( "notnull" => "1", "type" => "int", "len" => "11", ), "type_habilitation_tiers_consulte" => array( "notnull" => "1", "type" => "int", "len" => "11", "fkey" => array( "foreign_table_name" => "type_habilitation_tiers_consulte", "foreign_column_name" => "type_habilitation_tiers_consulte", "sql_exist" => sprintf( "SELECT * FROM %stype_habilitation_tiers_consulte WHERE type_habilitation_tiers_consulte = '", DB_PREFIXE ), ), ), "texte_agrement" => array( "notnull" => "", "type" => "blob", "len" => "-5", ), "division_territoriales" => array( "notnull" => "", "type" => "blob", "len" => "-5", ), "om_validite_debut" => array( "notnull" => "", "type" => "date", "len" => "12", ), "om_validite_fin" => array( "notnull" => "", "type" => "date", "len" => "12", ), "tiers_consulte" => array( "notnull" => "1", "type" => "int", "len" => "11", "fkey" => array( "foreign_table_name" => "tiers_consulte", "foreign_column_name" => "tiers_consulte", "sql_exist" => sprintf( "SELECT * FROM %stiers_consulte WHERE tiers_consulte = '", DB_PREFIXE ), ), ), );