Skip to content

Commit 415012c

Browse files
committed
docs: align comments
1 parent a506217 commit 415012c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • user_guide_src/source/dbmgmt/forge
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php
22

3-
$forge->dropColumn('table_name', 'column_1,column_2'); // by proving comma separated column names
3+
$forge->dropColumn('table_name', 'column_1,column_2'); // by proving comma separated column names
44
$forge->dropColumn('table_name', ['column_1', 'column_2']); // by proving array of column names

0 commit comments

Comments
 (0)