salix/db/versions/11277-wheatChico/00-firstScript.sql

4 lines
166 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';