Link to this page
Print this page
Parent topic
:
Database schema extractor options
Database schema
/
Database schema extractor options
Extracting definition of a single table
In some cases, you may just want to extract schema file of new created tables. You can achieve this by using the
-tn tabname
option, to extract schema information of a specific table.
fgldbsch -db test1
-tn customers
Related concepts
fgldbsch