array( "notnull" => "1", "type" => "int", "len" => "11", ), "nomentreprise" => array( "notnull" => "1", "type" => "string", "len" => "60", ), "pf" => array( "notnull" => "1", "type" => "string", "len" => "3", "default" => "Non", ), "adresse1" => array( "notnull" => "", "type" => "string", "len" => "40", ), "adresse2" => array( "notnull" => "", "type" => "string", "len" => "40", ), "cp" => array( "notnull" => "", "type" => "string", "len" => "5", ), "ville" => array( "notnull" => "", "type" => "string", "len" => "40", ), "telephone" => array( "notnull" => "", "type" => "string", "len" => "40", ), "courriel" => array( "notnull" => "", "type" => "string", "len" => "100", ), "numero_habilitation" => array( "notnull" => "", "type" => "string", "len" => "40", ), "date_fin_validite_habilitation" => array( "notnull" => "", "type" => "date", "len" => "10", ), );