Hi I’m working on my first sqlite project and I was just wondering if sqlite supports all the same field type that MYsql does e.g – DATETIME, TINYINT, VARCHAR ect.
If sqlite supports limited field type it would be a big help if someone could provide me with them.
thanks!
sqlite has a very limited number of datatypes. According to the Documentation it has the following 5 datatypes:
So to answer your question, no, sqlite and mysql do not have the same datatypes.