upStatement property
String
get
upStatement
Generate SQL statements for all commands
Implementation
String get upStatement => '${up.map((c) => c.statement).join(';\n')};';
Generate SQL statements for all commands
String get upStatement => '${up.map((c) => c.statement).join(';\n')};';