remove(*column_names)
Instance Public methods
Removes the column(s) from the table definition.
1 2 | t.remove( :qualification ) t.remove( :qualification , :experience ) |
Removes the column(s) from the table definition.
1 2 | t.remove( :qualification ) t.remove( :qualification , :experience ) |
Designed by : w10schools
service@w10schools.com
Please login to continue.