-
Notifications
You must be signed in to change notification settings - Fork 10
pacx table script
github-actions[bot] edited this page Jul 22, 2025
·
3 revisions
Creates a new script for a table to be copied somewhere else
pacx script table| Long Name | Short Name | Required? | Description | Default value | Valid values |
|---|---|---|---|---|---|
schemaName |
sn |
Y | The schema name of the table to generate scripts for. | - | String |
output |
o |
N | The name of the folder that will contain the file with the exported metadata. (default: current folder) | - | String |
run |
r |
N | Automatically opens the file containing the exported metadata after export. | False |
true, false |
includeTable |
it |
N | Includes into the resulting file the script command to create table. | False |
true, false |