remove_columns(table_name, *column_names)
Instance Public methods
Removes the given columns from the table definition.
1 | remove_columns( :suppliers , :qualification , :experience ) |
Removes the given columns from the table definition.
1 | remove_columns( :suppliers , :qualification , :experience ) |
Designed by : w10schools
service@w10schools.com
Please login to continue.