science-ation/db/db.update.36.sql

6 lines
116 B
MySQL
Raw Normal View History

-- Add 2 fields to tours
ALTER TABLE `tours` ADD `contact` TINYTEXT NOT NULL ,
ADD `location` TINYTEXT NOT NULL ;