Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('money.billable_xact_id_seq'::regclass) |
|
|
|||||||||||
usr | int4 | 10 | null |
|
|
||||||||||||
xact_start | timestamptz | 35,6 | now() |
|
|
||||||||||||
xact_finish | timestamptz | 35,6 | √ | null |
|
|
|||||||||||
unrecovered | bool | 1 | √ | null |
|
|
|||||||||||
request_time | timestamptz | 35,6 | now() |
|
|
||||||||||||
start_time | timestamptz | 35,6 | √ | null |
|
|
|||||||||||
end_time | timestamptz | 35,6 | √ | null |
|
|
|||||||||||
capture_time | timestamptz | 35,6 | √ | null |
|
|
|||||||||||
cancel_time | timestamptz | 35,6 | √ | null |
|
|
|||||||||||
pickup_time | timestamptz | 35,6 | √ | null |
|
|
|||||||||||
return_time | timestamptz | 35,6 | √ | null |
|
|
|||||||||||
booking_interval | interval | 49,6 | √ | null |
|
|
|||||||||||
fine_interval | interval | 49,6 | √ | null |
|
|
|||||||||||
fine_amount | numeric | 8,2 | √ | null |
|
|
|||||||||||
max_fine | numeric | 8,2 | √ | null |
|
|
|||||||||||
target_resource_type | int4 | 10 | null |
|
|
||||||||||||
target_resource | int4 | 10 | √ | null |
|
|
|||||||||||
current_resource | int4 | 10 | √ | null |
|
|
|||||||||||
request_lib | int4 | 10 | null |
|
|
||||||||||||
pickup_lib | int4 | 10 | √ | null |
|
|
|||||||||||
capture_staff | int4 | 10 | √ | null |
|
|
|||||||||||
email_notify | bool | 1 | false |
|
|
||||||||||||
note | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
reservation_pkey | Primary key | Asc | id |