$mappings
$mappings :
Mapping of the fields.
Generator of the schemas corresponding to a given model.
This class is for MySQL, you can create a class on the same model for another database engine.
getSqlCreate(\Pluf_Model $model) : array<mixed,string>
Creates sql for DB
\Pluf_Model | $model |