library/database/migrations/mysql/02-remove-onloan.sql

1 line
37 B
SQL

ALTER TABLE books DROP COLUMN onloan;