Documentation
Classes
BaseModel(*args, **kwargs)
BaseModel
Basic information that should go on every model
Bases: Model
Model
uuid – UUID primary key
created_at – Datetime the model was created on (UTC)
updated_at – Datetime the model was last updated on (UTC)