{"slug":"dino-divulgador-de-noticias","name":"Dino Divulgador de Notícias","description":"External services","author":"dinoknewin","active_installs":20,"version":"3.4","wp_org_url":"https://wordpress.org/plugins/dino-divulgador-de-noticias/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"dino_categoria","full_table_name":"wp_dino_categoria","description":"Stores dino categoria data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE wp_dino_categoria ( id int(10) NOT NULL AUTO_INCREMENT, nome varchar(400) COLLATE"},{"table_name":"dino_layout","full_table_name":"wp_dino_layout","description":"Stores dino layout data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"int(10)","nullable":false,"primary_key":true},{"name":"tipo_layout","type":"int","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_dino_layout ( id int(10) NOT NULL AUTO_INCREMENT, tipo_layout int NOT NULL, PRIMARY KEY (id) );"},{"table_name":"dino_logs","full_table_name":"wp_dino_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE wp_dino_logs ( id int(10) NOT NULL AUTO_INCREMENT, dataLog datetime NOT NULL, statusLog varchar(20) COLLATE"},{"table_name":"dino_noticias","full_table_name":"wp_dino_noticias","description":"Stores dino noticias data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE wp_dino_noticias ( id int(10) NOT NULL AUTO_INCREMENT, title varchar(400) COLLATE"},{"table_name":"dino_sessao_token","full_table_name":"wp_dino_sessao_token","description":"Stores access tokens for authentication or API access.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE wp_dino_sessao_token ( id int(10) NOT NULL AUTO_INCREMENT, sessao text COLLATE utf8mb4_unicode_ci NOT NULL, status varchar(1) COLLATE"},{"table_name":"dino_users","full_table_name":"wp_dino_users","description":"Stores dino users data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE wp_dino_users ( id int(10) NOT NULL AUTO_INCREMENT, nome varchar(400) COLLATE"},{"table_name":"related_post_stats","full_table_name":"wp_related_post_stats","description":"Stores analytics or statistics data.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"int(100)","nullable":false,"primary_key":true},{"name":"from_id","type":"int(100)","nullable":false,"primary_key":false},{"name":"to_id","type":"int(100)","nullable":false,"primary_key":false},{"name":"date","type":"date","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_related_post_stats ( id int(100) NOT NULL AUTO_INCREMENT, from_id int(100) NOT NULL, to_id int(100) NOT NULL, date date NOT NULL, PRIMARY KEY (id) );"}],"table_count":7}