| Column |
Type |
Size |
Nulls |
Auto |
Default |
Children |
Parents |
| film_id |
serial |
10 |
|
√ |
nextval('film_film_id_seq'::regclass) |
|
|
| title |
varchar |
255 |
|
|
|
|
|
| description |
text |
2147483647 |
√ |
|
null |
|
|
| release_year |
year |
10 |
√ |
|
null |
|
|
| language_id |
int2 |
5 |
|
|
|
|
| language.language_id
|
film_language_id_fkey R |
|
| original_language_id |
int2 |
5 |
√ |
|
null |
|
| language.language_id
|
film_original_language_id_fkey R |
|
| rental_duration |
int2 |
5 |
|
|
3 |
|
|
| rental_rate |
numeric |
4,2 |
|
|
4.99 |
|
|
| length |
int2 |
5 |
√ |
|
null |
|
|
| replacement_cost |
numeric |
5,2 |
|
|
19.99 |
|
|
| rating |
mpaa_rating |
2147483647 |
√ |
|
'G'::mpaa_rating |
|
|
| last_update |
timestamp |
29,6 |
|
|
now() |
|
|
| special_features |
_text |
2147483647 |
√ |
|
null |
|
|
| fulltext |
tsvector |
2147483647 |
|
|
|
|
|
Table contained 1,000 rows at Mon Feb 20 18:07 CET 2023
|