MscmpSystDb.Schema (mscmp_syst_db v0.1.0)
Provides common attributes for use by most application Ecto Schema instances.
Chiefly, we ensure that the primary and foreign keys are all of a common type.
To use this module, simply add use MscmpSystDb.Schema
in place of
use Ecto.Schema
.