{"table_name":"mailster_form_actions","full_table_name":"wp_mailster_form_actions","description":"Stores form definitions and related configuration.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_mailster_form_actions ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` bigint(20) unsigned NOT NULL, `post_id` bigint(20) unsigned NOT NULL, `subscriber_id` bigint(20) unsigned NULL DEFAULT NULL, `timestamp` int(11) NOT NULL DEFAULT 0, `type` tinyint(1) unsigned NOT NULL, PRIMARY KEY (`ID`) ) $collate;\"; return $structure; } add_action( 'mailster_table_structure', 'mailster_block_forms_table_structure', 10, 2 );","columns":[{"name":"ID","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"form_id","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"post_id","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"subscriber_id","type":"bigint(20) unsigned","nullable":true,"primary_key":false},{"name":"timestamp","type":"int(11)","nullable":false,"primary_key":false},{"name":"type","type":"tinyint(1) unsigned","nullable":false,"primary_key":false}],"plugin":{"slug":"mailster-block-forms","name":"Mailster Block Forms","active_installs":70,"version":"0.4.1","wp_org_url":"https://wordpress.org/plugins/mailster-block-forms/"}}