rein icon indicating copy to clipboard operation
rein copied to clipboard

Add schema dumper

Open danini-the-panini opened this issue 4 years ago • 0 comments

Aims to resolve #25

Adds a schema dumper to add constraints to db/schema.rb, so that this gem can be used without having to switch to structure.sql

TODO:

  • [ ] Check
  • [ ] Foreign key
  • [ ] Unique
  • [ ] Exclusion
  • [ ] Presence
  • [ ] Inclusion
  • [ ] Match
  • [x] Numericality
  • [ ] Null
  • [ ] Presence
  • [ ] Length

danini-the-panini avatar Apr 24 '20 12:04 danini-the-panini