For those of you who don't know, SQLite is like a dynamically-typed language. There's no restrictions on what you can and can't store inside of a column. That means if you have a INTEGER column in your database table, there's nothing stopping you from storing a string inside of it.