ryanfowler / SwiftData

Simple and Effective SQLite Handling in Swift
MIT License
518 stars 93 forks source link

add column in existing database #41

Open Mayur-Bendale opened 7 years ago

Mayur-Bendale commented 7 years ago

@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.