2 lines
107 B
MySQL
2 lines
107 B
MySQL
|
ALTER TABLE `ufutx_medical_reports`
|
||
|
ADD COLUMN `deleted_at` timestamp null default null after `updated_at`
|