Sorry, you replace it with the mysql table type, ex myISAM. g-) ----- Original Message ----- From: "Ryan Pagquil" rpagquil@philonline.com To: "Greger V. Teigre" greger@teigre.com; serusers@lists.iptel.org Sent: Monday, March 13, 2006 11:08 PM Subject: Re: [Serusers] LCR module
Hi, What is $TABLE_TYPE for?
CREATE TABLE gw ( gw_name VARCHAR(128) NOT NULL, ip_addr INT UNSIGNED NOT NULL, port SMALLINT UNSIGNED, uri_scheme TINYINT UNSIGNED, transport TINYINT UNSIGNED, grp_id INT UNSIGNED NOT NULL, PRIMARY KEY (gw_name), KEY (grp_id) ) $TABLE_TYPE; <<<-----------------------what for?
Thanks, Ryan