# Schema 1class Cat: name breed litter_preferenceclass Dog: name breed ball_preferenceclass Gerbil: name breed seed_preference
# Schema 2class Pet: name breed species attributesclass Attribute: name value
color
Migrations
Migrations then are applied with the deterministic process:
alembic