New schema method needs to support ALTER #51
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
suggestion
support
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/hazaar-dbi#51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have only implement
create
andremove
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 anarray_merge()
, however I thinkalter
is still used to remove columns. Much testings needed.mentioned in merge request !24
created merge request !24 to address this issue
closed via merge request !24
mentioned in commit
d04fefd8e2