• Populate tables that are missing entirely.

    This makes separate table migrations obsolete if they are limited to population of new tables with default values.

    This allows to ensure that for breaking changes each table will actually be forked. This would not be the case if e.g. a table (with empty default table) would not be set at all.

    Returns void

Generated using TypeDoc