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