Comments - System-Versioned Tables

11 months, 1 week ago Catalin Dumitriu

If the system versioning was activated by creating coluns row_start, row_end being visible and you need to drop it, execute:

alter table 'table name' drop system versioning, drop PERIOD FOR SYSTEM_TIME, DROP COLUMN `row_start`, DROP COLUMN `row_end`;

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.