gpt4 book ai didi

ios - 如何使用 SQLite.swift 删除表或更新列?

转载 作者:可可西里 更新时间:2023-11-01 00:52:27 26 4
gpt4 key购买 nike

我需要在我的数据库中重新创建我的表。无论如何更新表的列或删除表与 SQLite.swift ?

最佳答案

Link to docs

假设您有打开数据库的变量:

let db = Database("path/to/db.sqlite3")

// what table to drop and recreate
db.drop(table: yourTable, ifExists: true)

修改表格

db.alter(table: yourTable, add: suffix)

关于ios - 如何使用 SQLite.swift 删除表或更新列?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32573077/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com