Hacker News new | past | comments | ask | show | jobs | submit login

>SQLite doesn’t have data types on columns. Data types (and there are only five) are on values only, so anything can go anywhere.

You can use CREATE TABLE STRICT[1] to get a typed table.

[1] https://www.sqlite.org/stricttables.html




The article mention that too.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: