Up to now I use the Character Type "text" to store HTML in PostgreSQL.
I would like to make it more obvious to new users who look at the database schema, that this column contains HTML and not text.
How could I make this more obvious?
PS: I don't want PG to look into the HTML and validate it or quote it. This is just about users looking at the column specification and understanding "aha, this is html, not text".