booking.resource
|
Deferrable Constraints: The following FK constraints are deferrable — they are checked at transaction end, not statement end: |
Columns
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
id PK |
|
No |
nextval('booking.resource_id_seq'::regclass) |
|
owner FK |
|
No |
||
type FK |
|
No |
||
overbook |
|
No |
false |
|
barcode |
|
No |
||
deposit |
|
No |
false |
|
deposit_amount |
|
No |
0.00 |
|
user_fee |
|
No |
0.00 |
Foreign Keys
| Column(s) | References | On Delete | On Update | Deferrable | Constraint |
|---|---|---|---|---|---|
|
NO ACTION |
NO ACTION |
DEFERRED |
|
|
|
NO ACTION |
NO ACTION |
DEFERRED |
|
Indexes
| Index | Method | Definition |
|---|---|---|
|
btree |
|
|
btree |
|
Referenced By
The following tables have foreign keys pointing to booking.resource (4 referencing table(s)):
| Table | Referencing Column(s) | Referenced Column(s) | Constraint |
|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|