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.
anyquery tool dev new-table [table name] [flags]Examples
# Inside the plugin directory, create a new table fileanyquery tool dev new-table my_tableOptions
-h, --help help for new-tableSEE ALSO
- anyquery tool dev - Development tools