{"table_name":"costly_tables","full_table_name":"wp_costly_tables","description":"Stores costly tables data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_costly_tables ( id int(11) NOT NULL AUTO_INCREMENT, name varchar(255) NOT NULL, slug varchar(255) NOT NULL, settings longtext, columns longtext, created_at datetime DEFAULT CURRENT_TIMESTAMP, updated_at datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY slug (slug) );","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"name","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"slug","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"settings","type":"longtext","nullable":true,"primary_key":false},{"name":"columns","type":"longtext","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":true,"primary_key":false},{"name":"updated_at","type":"datetime","nullable":true,"primary_key":false}],"plugin":{"slug":"costly-pricing-tables","name":"Costly | Pricing Tables","active_installs":0,"version":"1.0.3","wp_org_url":"https://wordpress.org/plugins/costly-pricing-tables/"}}