BIP8703
Severity
30 : Severe error
Message
Column <insert_1> is missing from database table <insert_2>
Explanation
Table <insert_2> must have the correct set of columns for this component to function correctly, and column <insert_1> is missing. 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.