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

3 lines
165 B
SQL

-- 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';