salix/db/versions/11288-purpleFern/00-firstScript.sql

3 lines
165 B
MySQL
Raw Permalink Normal View History

2024-10-07 12:24:55 +00:00
-- Place your SQL code here
ALTER TABLE hedera.`order` ADD IF NOT EXISTS rowUpdated DATETIME NULL
COMMENT 'Timestamp for last updated record in orderRow table';