anyquery tool dev new-table
Write the boilerplate for a new table
Synopsis
Section titled “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
Section titled “Examples”# Inside the plugin directory, create a new table fileanyquery tool dev new-table my_table
Options
Section titled “Options” -h, --help help for new-table
SEE ALSO
Section titled “SEE ALSO”- anyquery tool dev - Development tools