schema = "meta_id bigint(20) unsigned NOT NULL auto_increment, wu_product_id bigint(20) unsigned NOT NULL default '0', meta_key varchar(255) DEFAULT NULL, meta_value longtext DEFAULT NULL, PRIMARY KEY (meta_id), KEY wu_product_id (wu_product_id), KEY meta_key (meta_key({$max_index_length}))"; } // end set_schema; } // end class Products_Meta_Table;