migrate/1742460251_medical_reports_add_deleted_at.up.sql

2 lines
107 B
MySQL
Raw Normal View History

2025-03-20 16:50:29 +08:00
ALTER TABLE `ufutx_medical_reports`
ADD COLUMN `deleted_at` timestamp null default null after `updated_at`