Recovery
Every destructive op (drop column, drop table) leaves an artifact — either a soft-drop tombstone or a real archive of the rows. zanith recover lists, inspects, restores, exports, and purges them.
Five artifact kinds
| Kind | When | Stored | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| **softDropColumn** | An op declared soft-drop for a column. | Column stays in the table, marked dropped in the artifacts table. | |||||||||
| **softDropTable** | An op declared soft-drop for a table. | Table renamed to |