Skip to content
🔍 Seeking a 6-month software engineering internship starting January 2027. Based in France, open to remote or relocation.
contact@julienc.meResume

anyquery tool dev new-table

Write the boilerplate for a new table

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]
Terminal window
# Inside the plugin directory, create a new table file
anyquery tool dev new-table my_table
Terminal window
-h, --help help for new-table