DUMP

Synopsis

DUMP SCHEMA [ tablename [, ...] ]

Examples

DUMP SCHEMA;
DUMP SCHEMA foobars, widgets;

Description

Print out the matching CREATE statements for your tables.

Parameters

tablename
The name of the table(s) whose schema you want to dump. If no tablenames are present, it will dump all table schemas.