sql_create("spip_tables", array( "id_table" => "bigint(20) NOT NULL default '0'", "colonne1"=> "varchar(3) NOT NULL default 'oui'", "colonne2"=> "text NOT NULL default ''" ), array( 'PRIMARY KEY' => "id_table", 'KEY colonne1' => "colonne1" ) );