getTargetTableDefinitions method

  1. @override
List<TableDefinition> getTargetTableDefinitions()
override

The desired structure of the database.

Should never be used to compare directly with the live database, since getTargetTableDefinitions returns the definitions from the models that can contain elements ignored on certain dialect. To correctly compare with the live database, use dialect-adapted definition from the extension DatabaseAnalyzerExtensions.getTargetTableDefinitions.

Implementation

@override
List<_i2.TableDefinition> getTargetTableDefinitions() =>
    targetTableDefinitions;