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