column constraints limited

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.

That would be helpful.  I created http://liquibase.jira.com/browse/CORE-882 to track the feature


Nathan