MasoniteFramework / orm

Masonite ORM is a beautiful Python ORM. It's also a nearly drop in replacement of the Orator ORM
https://orm.masoniteproject.com
MIT License
160 stars 47 forks source link

Fixed UUID PK Mixin not creating primary key on bulk create #845

Closed circulon closed 9 months ago

circulon commented 1 year ago

This PR fixes the issue where bulk create would not create a primary key attribute if the UUIDPrimaryKeyMixin was used on the Model

josephmancuso commented 9 months ago

LGTM too