array( "notnull" => "1", "type" => "int", "len" => "11", ), "categorie_tiers_consulte" => array( "notnull" => "1", "type" => "int", "len" => "11", "fkey" => array( "foreign_table_name" => "categorie_tiers_consulte", "foreign_column_name" => "categorie_tiers_consulte", "sql_exist" => sprintf( "SELECT * FROM %scategorie_tiers_consulte WHERE categorie_tiers_consulte = '", DB_PREFIXE ), ), ), "abrege" => array( "notnull" => "1", "type" => "string", "len" => "30", ), "libelle" => array( "notnull" => "1", "type" => "string", "len" => "255", ), "adresse" => array( "notnull" => "", "type" => "string", "len" => "300", ), "complement" => array( "notnull" => "", "type" => "string", "len" => "300", ), "cp" => array( "notnull" => "", "type" => "string", "len" => "5", ), "ville" => array( "notnull" => "", "type" => "string", "len" => "255", ), "liste_diffusion" => array( "notnull" => "", "type" => "blob", "len" => "-5", ), "accepte_notification_email" => array( "notnull" => "", "type" => "bool", "len" => "1", ), "uid_platau_acteur" => array( "notnull" => "", "type" => "string", "len" => "255", ), );