Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| inventory_id | serial | 10 | √ | nextval('inventory_inventory_id_seq'::regclass) |
|
|
||||
| film_id | int2 | 5 | null |
|
|
|||||
| store_id | int2 | 5 | null |
|
|
|||||
| last_update | timestamp | 29,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| inventory_pkey | Primary key | Asc | inventory_id |
| idx_store_id_film_id | Performance | Asc/Asc | store_id + film_id |