SwiftData icon indicating copy to clipboard operation
SwiftData copied to clipboard

add column in existing database

Open Mayur-Bendale opened this issue 8 years ago • 0 comments

@ryanfowler I want to add column name in existing database table. How can I add it by using this library.

################# Update: I have sorted out this problem by adding new function in the library. I used ALTER query to modify existing table.

Mayur-Bendale avatar Apr 04 '17 05:04 Mayur-Bendale