New schema inconsistency: audit_events
We have detected a new schema inconsistency.
Table_name: audit_events
Object_name: audit_events
Validator_name: different_definition_tables
Error_message: The table audit_events has a different column statement between structure.sql and database
Diff:
Diff:
-CREATE TABLE audit_events (entity_type character varying(255) NOT NULL)
+CREATE TABLE audit_events (entity_type character varying NOT NULL)
For more information, please contact the database team.