EFTable_ColumnRecovery.db
Generated on: 2025-07-23 11:55:09 UTC
Row count: 1
CREATE TABLE ColumnRecovery (
[ PrimaryKey ] INTEGER NOT NULL,
[ SecondaryKey ] INTEGER NOT NULL,
[ TableSchemaName ] TEXT NOT NULL,
[ TableSourceRow ] INTEGER NOT NULL,
[ ColumnName ] TEXT NOT NULL,
[ ColumnData ] TEXT NOT NULL,
[ SourceRow ] INTEGER NOT NULL,
[ Milestone ] TEXT NOT NULL
)