Summary of "urls_" fields for ListManager
This table stores information about the URL for a message.
Primary key: UrlID_
UrlID_ |
An auto-numbering field to server as a unique identifier for the row. (int, NOT NULL) |
PrettyName_ |
The text that the users sees as the link (ex: Click Me). (varchar (100), NULL) |
UrlText_ |
The actual URL (varchar(255), NOT NULL) |