3 lines
165 B
MySQL
3 lines
165 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';
|