toScript method

String toScript(
  1. TableBlueprint table
)

Implementation

String toScript(TableBlueprint table) =>
    _bluePrintFunc!.call(table).createScript(tableName);