Skip to content
Snippets Groups Projects
Commit 3a263b5f authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Replace all db.String with db.Text

Text is as efficient in Postgres and is recommended over varchar.
It avoids having to put an arbitrary max length to strings.
parent 06548e44
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment