<?xml version="1.0" encoding="UTF-8"?>
<table>
<server>192.168.14.148</server><serverlink>server_192.168.14.148.xml</serverlink><database>postgres</database><databaselink>postgres.xml</databaselink><schema>public</schema><schemalink>postgres_public.xml</schemalink><tableslistlink>postgres_public_tables_listing.xml</tableslistlink>
<name>film</name>
<properties>
<property>
<name>OID</name>
<value>16424</value>
</property>
<property>
<name>Owner</name>
<value>postgres</value>
</property>
<property>
<name>Tablespace</name>
<value>pg_default</value>
</property>
<property>
<name>Primary key(s)</name>
<value>film_id</value>
</property>
<property>
<name>Estimated rows</name>
<value>0</value>
</property>
<property>
<name>Total size</name>
<value>48.0 KB</value>
</property>
<property>
<name>Table size</name>
<value>0</value>
</property>
<property>
<name>Indexes size</name>
<value>40960</value>
</property>
<property>
<name>Toast size</name>
<value>8192</value>
</property>
<property>
<name>Comment</name>
<value></value>
</property>
</properties>
<statistics>
<statistic>
<name>seq_scan</name>
<value>0</value>
</statistic>
<statistic>
<name>seq_tup_read</name>
<value>0</value>
</statistic>
<statistic>
<name>idx_scan</name>
<value>0</value>
</statistic>
<statistic>
<name>idx_tup_fetch</name>
<value>0</value>
</statistic>
<statistic>
<name>n_tup_ins</name>
<value>0</value>
</statistic>
<statistic>
<name>n_tup_upd</name>
<value>0</value>
</statistic>
<statistic>
<name>n_tup_del</name>
<value>0</value>
</statistic>
<statistic>
<name>n_tup_hot_upd</name>
<value>0</value>
</statistic>
<statistic>
<name>n_live_tup</name>
<value>0</value>
</statistic>
<statistic>
<name>n_dead_tup</name>
<value>0</value>
</statistic>
<statistic>
<name>last_vacuum</name>
<value>-</value>
</statistic>
<statistic>
<name>last_autovacuum</name>
<value>-</value>
</statistic>
<statistic>
<name>last_analyze</name>
<value>-</value>
</statistic>
<statistic>
<name>last_autoanalyze</name>
<value>-</value>
</statistic>
<statistic>
<name>vacuum_count</name>
<value>0</value>
</statistic>
<statistic>
<name>autovacuum_count</name>
<value>0</value>
</statistic>
<statistic>
<name>analyze_count</name>
<value>0</value>
</statistic>
<statistic>
<name>autoanalyze_count</name>
<value>0</value>
</statistic>
</statistics>
<columns>
<column>
<name>film_id</name>
<type>integer</type>
<length>-1</length>
<precision>32</precision>
<scale>0</scale>
<defaultvalue>nextval(&#39;film_film_id_seq&#39;::regclass)</defaultvalue>
<defaultvaluelink>postgres_public_sequence_film_film_id_seq.xml</defaultvaluelink>
<allownull>false</allownull>
<unique>false</unique>
<comment></comment>
</column>
<column>
<name>title</name>
<type>character varying</type>
<length>255</length>
<precision>-1</precision>
<scale>-1</scale>
<defaultvalue></defaultvalue>
<allownull>false</allownull>
<unique>false</unique>
<comment></comment>
</column>
<column>
<name>description</name>
<type>text</type>
<length>-1</length>
<precision>-1</precision>
<scale>-1</scale>
<defaultvalue></defaultvalue>
<allownull>true</allownull>
<unique>false</unique>
<comment></comment>
</column>
<column>
<name>release_year</name>
<type>year</type>
<typelink>postgres_public_domain_year.xml</typelink>
<length>-1</length>
<precision>-1</precision>
<scale>-1</scale>
<defaultvalue></defaultvalue>
<allownull>true</allownull>
<unique>false</unique>
<comment></comment>
</column>
<column>
<name>language_id</name>
<type>smallint</type>
<length>-1</length>
<precision>16</precision>
<scale>0</scale>
<defaultvalue></defaultvalue>
<allownull>false</allownull>
<unique>false</unique>
<comment></comment>
</column>
<column>
<name>original_language_id</name>
<type>smallint</type>
<length>-1</length>
<precision>16</precision>
<scale>0</scale>
<defaultvalue></defaultvalue>
<allownull>true</allownull>
<unique>false</unique>
<comment></comment>
</column>
<column>
<name>rental_duration</name>
<type>smallint</type>
<length>-1</length>
<precision>16</precision>
<scale>0</scale>
<defaultvalue>3</defaultvalue>
<allownull>false</allownull>
<unique>false</unique>
<comment></comment>
</column>
<column>
<name>rental_rate</name>
<type>numeric</type>
<length>-1</length>
<precision>4</precision>
<scale>2</scale>
<defaultvalue>4.99</defaultvalue>
<allownull>false</allownull>
<unique>false</unique>
<comment></comment>
</column>
<column>
<name>length</name>
<type>smallint</type>
<length>-1</length>
<precision>16</precision>
<scale>0</scale>
<defaultvalue></defaultvalue>
<allownull>true</allownull>
<unique>false</unique>
<comment></comment>
</column>
<column>
<name>replacement_cost</name>
<type>numeric</type>
<length>-1</length>
<precision>5</precision>
<scale>2</scale>
<defaultvalue>19.99</defaultvalue>
<allownull>false</allownull>
<unique>false</unique>
<comment></comment>
</column>
<column>
<name>rating</name>
<type>mpaa_rating</type>
<length>-1</length>
<precision>-1</precision>
<scale>-1</scale>
<defaultvalue>&#39;G&#39;::mpaa_rating</defaultvalue>
<allownull>true</allownull>
<unique>false</unique>
<comment></comment>
</column>
<column>
<name>last_update</name>
<type>timestamp without time zone</type>
<length>-1</length>
<precision>-1</precision>
<scale>-1</scale>
<defaultvalue>now()</defaultvalue>
<allownull>false</allownull>
<unique>false</unique>
<comment></comment>
</column>
<column>
<name>special_features</name>
<type>text[]</type>
<length>-1</length>
<precision>-1</precision>
<scale>-1</scale>
<defaultvalue></defaultvalue>
<allownull>true</allownull>
<unique>false</unique>
<comment></comment>
</column>
<column>
<name>fulltext</name>
<type>tsvector</type>
<length>-1</length>
<precision>-1</precision>
<scale>-1</scale>
<defaultvalue></defaultvalue>
<allownull>false</allownull>
<unique>false</unique>
<comment></comment>
</column>
</columns>
<indexes>
<index>
<name>film_pkey (0, 0, 0) </name>
<isprimary>true</isprimary>
<isunique>true</isunique>
<isclustered>false</isclustered>
<size>8.0 KB</size>
<definition>btree (film_id)</definition>
</index>
<index>
<name>film_fulltext_idx (0, 0, 0) </name>
<isprimary>false</isprimary>
<isunique>false</isunique>
<isclustered>false</isclustered>
<size>8.0 KB</size>
<definition>gist (fulltext)</definition>
</index>
<index>
<name>idx_title (0, 0, 0) </name>
<isprimary>false</isprimary>
<isunique>false</isunique>
<isclustered>false</isclustered>
<size>8.0 KB</size>
<definition>btree (title)</definition>
</index>
<index>
<name>idx_fk_original_language_id (0, 0, 0) </name>
<isprimary>false</isprimary>
<isunique>false</isunique>
<isclustered>false</isclustered>
<size>8.0 KB</size>
<definition>btree (original_lang... (Documents created using the DB Doc trial version displays only the first 20 characters of the definition.  To display the complete definition, please purchase a license from www.yohz.com/store.htm.)</definition>
</index>
<index>
<name>idx_fk_language_id (0, 0, 0) </name>
<isprimary>false</isprimary>
<isunique>false</isunique>
<isclustered>false</isclustered>
<size>8.0 KB</size>
<definition>btree (language_id)</definition>
</index>
</indexes>
<foreignkeys>
<foreignkey>
<name>film_original_language_id_fkey</name>
<keys>original_language_id</keys>
<referencetable>language</referencetable>
<referencetablelink>postgres_public_table_language.xml</referencetablelink>
<referencekeys>language_id</referencekeys>
<matchtype></matchtype>
<deletetype>restrict</deletetype>
<updatetype>cascade</updatetype>
</foreignkey>
<foreignkey>
<name>film_language_id_fkey</name>
<keys>language_id</keys>
<referencetable>language</referencetable>
<referencetablelink>postgres_public_table_language.xml</referencetablelink>
<referencekeys>language_id</referencekeys>
<matchtype></matchtype>
<deletetype>restrict</deletetype>
<updatetype>cascade</updatetype>
</foreignkey>
</foreignkeys>
<triggers>
<trigger>
<name>film_fulltext_trigger</name>
<definition>CREATE TRIGGER film_... (Documents created using the DB Doc trial version displays only the first 20 characters of the definition.  To display the complete definition, please purchase a license from www.yohz.com/store.htm.)</definition>
<function>tsvector_update_trigger</function>
</trigger>
<trigger>
<name>last_updated</name>
<definition>CREATE TRIGGER last_... (Documents created using the DB Doc trial version displays only the first 20 characters of the definition.  To display the complete definition, please purchase a license from www.yohz.com/store.htm.)</definition>
<function>last_updated</function>
<functionlink>postgres_public_function_last_updated.xml</functionlink>
</trigger>
</triggers>
<timestamp>Jan 24, 2019 11:50 AM</timestamp>
</table>
