"bigint(21) NOT NULL", "race" => "tinytext DEFAULT '' NOT NULL", "nom" => "tinytext DEFAULT '' NOT NULL", "annee_naissance" => "int(4) DEFAULT '0' NOT NULL", "maj" => "TIMESTAMP" ); $chats_key = array( "PRIMARY KEY" => "id_chat", ); $tables_principales['spip_chats'] = array('field' => &$chats, 'key' => &$chats_key); return $tables_principales; } ?>