"workflow model" misnomer #35 but the idea is that the Container that has_workflow_of :jobs in FillSim could be built using a common model that other domain models could derive from - this would cover a lot of use cases.
Benefit:
for many cases, you won’t need to run migrations when your “schema” changes (but does present a versioning problem)
"workflow model" misnomer #35 but the idea is that the
Container
thathas_workflow_of :jobs
in FillSim could be built using a common model that other domain models could derive from - this would cover a lot of use cases.Benefit:
for many cases, you won’t need to run migrations when your “schema” changes (but does present a versioning problem)