{"slug":"crudiator","name":"Crudiator","description":"Crudiator is a plugin that makes it easy to achieve CRUD operations on custom tables in the WordPress admin panel.","author":"takafu","active_installs":100,"version":"2.0.2","wp_org_url":"https://wordpress.org/plugins/crudiator/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"account","full_table_name":"wp_account","description":"Stores account data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"INT","nullable":false,"primary_key":true},{"name":"email","type":"VARCHAR(70)","nullable":false,"primary_key":false},{"name":"email","type":"VARCHAR(70)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS \"account\" (\"id\" INT NOT NULL AUTO_INCREMENT, \"email\" VARCHAR(70) NOT NULL UNIQUE, PRIMARY KEY (\"id\")) AUTO_INCREMENT = 200 EOD, 'mssql' => <<<EOD CREATE TABLE [account] ([id] INT NOT NULL AUTO_INCREMENT, [email] VARCHAR(70) NOT NULL UNIQUE, PRIMARY KEY ([id])) AUTO_INCREMENT = 200 EOD, 'oracle' => <<<EOD CREATE TABLE \"account\" (\"id\" INT NOT NULL AUTO_INCREMENT, \"email\" VARCHAR(70) NOT NULL UNIQUE, PRIMARY KEY (\"id\")) AUTO_INCREMENT = 200 EOD ], $this->database->queryString );"}],"table_count":1}