{"table_name":"gr_openinghours","full_table_name":"wp_gr_openinghours","description":"Stores gr openinghours data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_gr_openinghours ( id int(11) NOT NULL AUTO_INCREMENT, pos_id int(11) NOT NULL, `day` varchar(7) NOT NULL COMMENT 'Possible values: mon, tue, wed, thu, fri, sat, sun, pub, mon_fri', am_pm varchar(2) NOT NULL, opens time NOT NULL, closes time NOT NULL, PRIMARY KEY (id) ) ENGINE","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"pos_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"day","type":"varchar(7)","nullable":false,"primary_key":false},{"name":"am_pm","type":"varchar(2)","nullable":false,"primary_key":false},{"name":"opens","type":"time","nullable":false,"primary_key":false},{"name":"closes","type":"time","nullable":false,"primary_key":false}],"plugin":{"slug":"wpec-goodrelations","name":"GoodRelations for WP e-Commerce","active_installs":10,"version":"0.1.8","wp_org_url":"https://wordpress.org/plugins/wpec-goodrelations/"}}