{"table_name":"some_table","full_table_name":"wp_some_table","description":"Stores some table data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE definition formatted for use by \\db_delta(), * without the charset collate clause. * * Example: * `CREATE TABLE some_table ( * id mediumint(9) NOT NULL AUTO_INCREMENT, * some_column varchar(100) NOT NULL, * PRIMARY KEY (id) * )` * * @since 2.4.0 * * @param string $table_name The table name including any prefixes. * * @return string */ abstract protected function get_table_definition( $table_name );","columns":[],"plugin":{"slug":"avatar-privacy","name":"Avatar Privacy","active_installs":1000,"version":"2.7.0","wp_org_url":"https://wordpress.org/plugins/avatar-privacy/"}}