Details of web links
| Column | Type | References | Comments |
|---|---|---|---|
| id | Integer | Primary key | |
| vdb_id | Integer | ||
| creator_id | Integer | db_user.id | Owner of this URL |
| name | String | A friendly name for this URL | |
| url | String | The actual URL | |
| path | String | The path where this URL belongs in the folder tree | |
| keywords | String | Keywords associated with this URL | |
| company_id | Integer | db_company.id | |
| folder_id | Integer | db_folder.id | The folder this URL belongs to. |