We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c8335 commit ce193d3Copy full SHA for ce193d3
commands/wheels/dbmigrate/remove/table.cfc
@@ -1,13 +1,15 @@
1
/**
2
- * Create a migration CFC
+ * Remove a table from the database
3
*
4
**/
5
component aliases='wheels db remove table' extends="../../base" {
6
7
8
- * I create a migration file in /db/migrate
+ * I create a migration file to remove a table
9
10
* Usage: wheels dbmigrate remove table [name]
11
+ * @name The name of the table to remove
12
+ *
13
14
function run(
15
required string name ) {
0 commit comments