· 9 years ago · Jan 04, 2017, 10:58 PM
1global $wpdb;
2// creates jwp_bids in database if not exists
3$table = $wpdb->prefix . "jwp_bids";
4$charset_collate = $wpdb->get_charset_collate();
5$sql = "CREATE TABLE IF NOT EXISTS $table (
6 `id` mediumint(9) NOT NULL AUTO_INCREMENT,
7 `bid_amt` text NOT NULL,