New schema method needs to support ALTER #51

Closed
opened 2020-04-01 04:34:05 +00:00 by jamie · 4 comments
jamie commented 2020-04-01 04:34:05 +00:00 (Migrated from git.hazaar.io)

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.

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.
jamie commented 2020-04-01 05:56:11 +00:00 (Migrated from git.hazaar.io)

mentioned in merge request !24

mentioned in merge request !24
jamie commented 2020-04-01 05:56:11 +00:00 (Migrated from git.hazaar.io)

created merge request !24 to address this issue

created merge request !24 to address this issue
jamie commented 2020-04-02 02:09:34 +00:00 (Migrated from git.hazaar.io)

closed via merge request !24

closed via merge request !24
jamie commented 2020-04-02 02:09:34 +00:00 (Migrated from git.hazaar.io)

mentioned in commit d04fefd8e2

mentioned in commit d04fefd8e211a0f8dac0e483ed53371272b871b5
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: hazaar/hazaar-dbi#51
No description provided.