| PKID | integer | plain | | | Dunning notice ID |
| fork | integer | plain | | forks.ID | Fork ID (`null` for base module) |
| ownergroup | integer | plain | | groups.ID | Owner group ID (`null`=PUBLIC) |
| creator | integer | plain | | users.ID | Creator user ID (defaults to authenticated user on creation) |
| assigneduser | integer | plain | | users.ID | Assigned user ID |
| creationdate | bigint | plain | | | Default: date_part('epoch', now())Creation date and time as a Unix timestamp (defaults to current date and time on creation) |
| lastmodified | bigint | plain | | | Default: date_part('epoch', now())Last modification date and time as a Unix timestamp (auto-reset on modification) |
| account | integer | plain | | accounts.ID | Account ID |
| dunningnum | text | main | | | Dunning number |
| type | smallint | plain | | | Default: 0Dunning type (`0`=LISTING, `1`=REMINDER, `2`=NOTICE) |
| date | bigint | plain | | | Default: date_part('epoch', now())Designated date and time as a Unix timestamp (defaults to current date and time on creation) |
| duedate | bigint | plain | | | Due date as a Unix timestamp |
| status | smallint | plain | | | Default: 0Status (`0`=DRAFT, `1`=BOOKED, `2`=CANCELLED, `3`=CLOSED) |
| fee | double precision | plain | | | Default: 0Dunning fee |
| recipient | text | extended | | | Default: ''Recipient |
| address | text | extended | | | Default: ''Address (street and building/suite number) |
| postalcode | text | extended | | | Default: ''Postal or ZIP code |
| city | text | extended | | | Default: ''City or locality |
| region | text | extended | | | Default: ''Region or state |
| country | character varying(2) | extended | | | Default: ''Country code (ISO 3166-1 alpha-2) |