lnbase_biolab.dev.version_vvhc#

class lnbase_biolab.dev.version_vvhc(*, v: str, migration: Optional[str] = None, user_id: str = None, created_at: datetime)#

Bases: SQLModel

Wetlab schema module versions deployed in a given instance.

Migrations of the schema module add rows to this table, storing the schema module version to which we migrated along with the user who performed the migration.

Attributes

v: str#
migration: Optional[str]#
user_id: str#
created_at: datetime#