Artur-Sulej / excellent_migrations

An Elixir tool for checking safety of database migrations.
MIT License
232 stars 25 forks source link

Update README change NOT NULL boolean value #7

Closed ryvasquez closed 2 years ago

ryvasquez commented 2 years ago

Hello! first of all thankyou for this great lib it saves us from our future headache 😄 👏 I just noticed some unclear example from the README, this PR is will probably addressed that.

If I understand correctly the example should be the invalid migration and modifying field with not null values should use null: false

Let me know if further changes are needed, im happy to do it. 🙂

Artur-Sulej commented 2 years ago

I'm glad that you find it useful 🙂

Good catch! That should be indeed null: false. Thanks for PR!