sql_create("spip_mots_tordus", array( "id_mot" => "bigint(20) NOT NULL default '0'", "id_tordu"=> "bigint(20) NOT NULL default '0'" ), array( 'PRIMARY KEY' => "id_tordu,id_mot" ) );