Follow-up Comment #2, bug #26358 (project librefm):

Something like this came up on IRC a while back. There were requests for
fields like jabber account, identi.ca account, blog, etc.

Rather than add fields for each, I think a better solution might be something
like:

CREATE TABLE User_Links (
  username varchar,
  link varchar,
  type char(2)
);

And define a list of types we wish to allow.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?26358>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/

_______________________________________________
Libre-fm mailing list
[email protected]
http://lists.autonomo.us/mailman/listinfo/libre-fm

Reply via email to