array( "notnull" => "1", "type" => "int", "len" => "11", ), "code" => array( "notnull" => "1", "type" => "string", "len" => "20", ), "libelle" => array( "notnull" => "1", "type" => "string", "len" => "100", ), "description" => array( "notnull" => "", "type" => "blob", "len" => "-5", ), "chef" => array( "notnull" => "1", "type" => "string", "len" => "100", ), "direction" => array( "notnull" => "1", "type" => "int", "len" => "11", "fkey" => array( "foreign_table_name" => "direction", "foreign_column_name" => "direction", "sql_exist" => "select * from ".DB_PREFIXE."direction where direction = '", ), ), "om_validite_debut" => array( "notnull" => "", "type" => "date", "len" => "12", ), "om_validite_fin" => array( "notnull" => "", "type" => "date", "len" => "12", ), ); ?>