What is the best datatype for storing URLs in a MySQL database? -


What is the best datatype for the storage of URLs in a MySQL database?

Ideal something that does not take too many places, but they can easily handle variable length URLs.

If the "link" means you link to the web page, I guess you can store Want to

Because the URL variable length string appears to be a clear choice.


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -