Skip to content

New schema method needs to support ALTER

I have only implement create and remove into the schema generator. I need to implement alter, which is going to be a bit of a thing. Basically, this will work similar to what we have, except for tables it will need to find each column and apply the alter definition over the top. I may be able to just do this with an array_merge(), however I think alter is still used to remove columns. Much testings needed.