0.2.0
Breaking Changes
primary_key
option's default has been changed tofalse
. Now you need to specifyprimary_key: true
for primary keys:ulid :id, primary_key: true
New Features
- Added
auto_generate
option
Bug Fixes
- Auto-generate was on for foreign keys
- Encoded ULID was not 0-padded #1