Last modified 3 years ago
db.delete_column
db.delete_column(table_name, column_name)
Deletes the column column_name from the table table_name.
Examples
db.delete_column('core_nation', 'title')
db.delete_column(table_name, column_name)
Deletes the column column_name from the table table_name.
Examples
db.delete_column('core_nation', 'title')