ALTER TABLE `Notes` DROP COLUMN `last_viewed`; ALTER TABLE `Notes` ADD COLUMN `updated_at` datetime;