Hacker News new | ask | show | jobs
by Narkov 2306 days ago
More likely: varchar(255)
1 comments

varchar(255) == varchar(2000000) in SQLite

The type system in SQLite is not as strict as it is in other RDBMS.