We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a506217 commit 415012cCopy full SHA for 415012c
1 file changed
user_guide_src/source/dbmgmt/forge/025.php
@@ -1,4 +1,4 @@
1
<?php
2
3
-$forge->dropColumn('table_name', 'column_1,column_2'); // by proving comma separated column names
+$forge->dropColumn('table_name', 'column_1,column_2'); // by proving comma separated column names
4
$forge->dropColumn('table_name', ['column_1', 'column_2']); // by proving array of column names
0 commit comments