The VARCHAR data type can store variable-length strings with no specified maximum length.
PostgreSQL:
VARCHAR
data type can store variable-length strings with no specified maximum length.TEXT
data type is suitable for longer text and can store up to 1 GB of text data.