Skip to content

anyquery tool dev new-table

Write the boilerplate for a new table

Synopsis

Write the boilerplate for a new table in the specified file. The table name must only contain alphanumeric characters and underscores. Other characters will be replaced by underscores.

Terminal window
anyquery tool dev new-table [table name] [flags]

Examples

Terminal window
# Inside the plugin directory, create a new table file
anyquery tool dev new-table my_table

Options

Terminal window
-h, --help help for new-table

SEE ALSO