ALTER TABLE hedera.orderRow ADD isReserved BOOL NOT NULL DEFAULT TRUE COMMENT 'Whether has an available reservation', ADD INDEX(isReserved);