URL field
A validated web URL. Stored as VARCHAR(2048). Validates that the value is a well-formed URL with a recognised scheme (http, https, ftp, mailto, tel) and a valid hostname.
Configuration
| Setting | Default | Notes |
|---|---|---|
| Required | no | |
| Default value | (none) | |
| Allowed schemes | http, https | Which URL schemes are accepted |
| Open in new tab | yes | Link behaviour in the list view |
| Indexed | no |
Form rendering
<input type="url"> with native browser validation.
List rendering
As a clickable link. If the value is longer than the column width, the display label shows the domain only (e.g. "example.com"). Hover tooltip reveals the full URL.
EQL operators supported
:, !=, ~=, ~^, is null, is not null. Matching is case-insensitive.