crunchbutton/db/migrate/000157_restaurant.sql
2013-12-18 20:09:28 -02:00

3 lines
150 B
SQL

ALTER TABLE `restaurant` ADD `summary_method` VARCHAR( 255 ) NULL DEFAULT NULL;
ALTER TABLE `restaurant` ADD `max_apology_credit` float DEFAULT NULL;