New schema inconsistency: issues
We have detected a new schema inconsistency.
Table_name: issues
Object_name: issues
Validator_name: different_definition_tables
Error_message: The table issues has a different column statement between structure.sql and database
Diff:\
-CREATE TABLE issues (title character varying(510) DEFAULT NULL::character varying, created_at timestamp with time zone NOT NULL, updated_at timestamp with time zone NOT NULL)
+CREATE TABLE issues (title character varying, created_at timestamp without time zone, updated_at timestamp without time zone)
For more information, please contact the database team.
Edited by Diogo Frazão