groupChangesByTable
groupChangesByTable(
changes):Map<string,SchemaChange[]>
Defined in: schema/ast/compare.ts:390
Groups schema changes by table for easier processing.
Parameters
Section titled “Parameters”changes
Section titled “changes”Array of schema changes
Returns
Section titled “Returns”Map<string, SchemaChange[]>
Map of table name to changes for that table