array( "notnull" => "1", "type" => "int", "len" => "11", ), "habilitation_tiers_consulte" => array( "notnull" => "1", "type" => "int", "len" => "11", "fkey" => array( "foreign_table_name" => "habilitation_tiers_consulte", "foreign_column_name" => "habilitation_tiers_consulte", "sql_exist" => sprintf( "SELECT * FROM %shabilitation_tiers_consulte WHERE habilitation_tiers_consulte = '", DB_PREFIXE ), ), ), "departement" => array( "notnull" => "1", "type" => "int", "len" => "11", "fkey" => array( "foreign_table_name" => "departement", "foreign_column_name" => "departement", "sql_exist" => sprintf( "SELECT * FROM %sdepartement WHERE departement = '", DB_PREFIXE ), ), ), );