I need to store a URL string in my database, the string is quite long (the length differs per row but it will be at least 500 characters).
What data type is best suited, varchar/text/medium text/long text?
I need to store a URL string in my database, the string is quite long (the length differs per row but it will be at least 500 characters).
What data type is best suited, varchar/text/medium text/long text?