array( "notnull" => "1", "type" => "int", "len" => "11", ), "civilite" => array( "notnull" => "", "type" => "int", "len" => "11", "fkey" => array( "foreign_table_name" => "civilite", "foreign_column_name" => "civilite", "sql_exist" => "select * from ".DB_PREFIXE."civilite where civilite = '", ), ), "nom" => array( "notnull" => "", "type" => "string", "len" => "80", ), "prenom" => array( "notnull" => "", "type" => "string", "len" => "80", ), "qualite" => array( "notnull" => "", "type" => "string", "len" => "80", ), "signature" => array( "notnull" => "", "type" => "blob", "len" => "-5", ), "defaut" => 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 = '", ), ), ); ?>