Prefer strict tables in SQLite
SQLite 中更倾向于使用严格表
HN Points: 177 / 70 comments | Author: ingve | HN Discussion: item?id=48873940 | Source: evanhahn.com
Original Article
In short: I prefer strict tables in SQLite because they avoid some datatype problems, such as putting text in number columns.
简而言之:我更倾向于在 SQLite 中使用严格表,因为它们可以避免一些数据类型问题,例如将文本放入数字列中。
⋯ 继续阅读请登录会员 ⋯