Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('rst.recreation_fee_fdl_log_id_seq'::regclass) |
|
|
Surrogate primary key. |
||||
| fee_id | int4 | 10 | null |
|
|
Foreign key to the recreation fee this confirmation relates to. |
|||||
| confirmed_by | text | 2147483647 | null |
|
|
IDIR username of the staff member who confirmed the fee determination letter. |
|||||
| confirmed_at | timestamptz | 35,6 | now() |
|
|
Timestamp when the confirmation was recorded. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| recreation_fee_fdl_log_pkey | Primary key | Asc | id |

