Model ID base for SQLAlchemy models
sqlalchemy_modelid.ModelIdBase
A base for SQLAlchemy models with a model_id
property. The model_id
is
similar to a primary key, but prefixed by the model type. This
distinguishes it from other objects with the same primary key value
belonging to other tables.
Attributes: | model_id : str
|
---|