SwiftData
SwiftData copied to clipboard
add column in existing database
@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.