I want to make foreign keys when I create a table.
That’s possible, but it’s limited.
It would be better if you can use the same params from addForeignKey
I’m missing onUpdate, onDelete. (cascade, restrict, no action, set null)
Now I have to make a separate changeSet with the foreignKey, because constraints are too limited.