0

I have created a website with a database that works as planned, but I want to create a field that can hold a link inside the database. Some tips about how I can do it?

Thanks in advance!

ytsaN
  • 11

1 Answers1

0

I would store the link in a field of type text. However, you could use VARCHAR. There may be performance improvements in choosing to go with VARCHAR over text. See here for more info: MySQL: Large VARCHAR vs. TEXT?

Community
  • 1
  • 1
AshMenhennett
  • 1,095
  • 4
  • 14
  • 25