The people who made PostgreSQL have created this document: <https://wiki.postgresql.org/wiki/Don%27t_Do_This#Text_storage> Some things I noticed - Char should never be used -> We use it a lot - Varchar(n) should probably not be used -> We use it Opinions on this @fm3 ?