TABLE NAMEdns_zones
DESCRIPTIONdns_zones stores all of the DNS zones.
COLUMNS| column | type | null | unique | references | referenced_by | since_version | description |
|---|
| zone | zone | false | true | | dns_records.zone | 1.0a100 | the zone (domain) that is hosted | | file | string | false | false | | | 1.0a100 | the filename of the zone file | | package | accounting | false | false | packages.name | | 1.80.0 | the package that owns the zones | | hostmaster | string | false | false | | | 1.0a100 | the email address of the person in charge of the domain | | serial | long | false | false | | | 1.0a100 | the ever-incrementing serial number for the file | | ttl | int | false | false | | | 1.0a127 | |
|