Define a text primary key: try db.create(table: "myRecord") { t in t.column("id", .text).primaryKey() ...
確定! 回上一頁