Y
Hacker News
new
|
ask
|
show
|
jobs
by
lawrencejgd
279 days ago
Any field in SQLite can contain any type, even if the schema says that a field should be INTEGER, it could have a TEXT, so it's necessary to specify what's the type of every single value
1 comments
maxbond
278 days ago
Indeed, unless it's a strict table, you can put gibberish in the type field (or forego giving a column a type altogether).
link