BIP8704

Severity

30 : Severe error

Message

Column <insert_1> should not be present in database table <insert_2>

Explanation

Table <insert_2> must have the correct set of columns for this component to function correctly, and an extra column <insert_1> is present. This could be because a migration step has not been performed, or because the table itself has become damaged.

Response

If this broker is being started after a migration, ensure all migration steps have completed successfully. If this broker is newly created, and the database tables were created manually by a database administrator, ensure all columns specified are correct.