Skip to content

Commit ce193d3

Browse files
committed
remove table
1 parent d9c8335 commit ce193d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

commands/wheels/dbmigrate/remove/table.cfc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
/**
2-
* Create a migration CFC
2+
* Remove a table from the database
33
*
44
**/
55
component aliases='wheels db remove table' extends="../../base" {
66

77
/**
8-
* I create a migration file in /db/migrate
8+
* I create a migration file to remove a table
99
*
1010
* Usage: wheels dbmigrate remove table [name]
11+
* @name The name of the table to remove
12+
*
1113
**/
1214
function run(
1315
required string name ) {

0 commit comments

Comments
 (0)