When running the generateChangeLog command with a changelog file that is
.yml each constraint is showing up with the tag constraints: twice so
when you try and run an update it doesn't pick up the constraints.
Is there a certain way we should be running this to avoid the problem?
Should it be
constraints:
constraint:
like
columns:
column: ??
Here is a snippet of what it gives:
- createTable:
columns:
- column:
autoIncrement: true
constraints:
constraints:
primaryKey: true
name: EnvironmentID
type: INT