tomichj / invitation

A Rails gem that can send 'scoped' invitations
MIT License
75 stars 28 forks source link

Documentation: More info on the tables that will be created after db:migrate #23

Closed LizPrescott closed 5 years ago

LizPrescott commented 5 years ago

I have an invitation table already that might conflict, and it would be super helpful to get this info about your invitations table before I start hacking away.

tomichj commented 5 years ago

Here's the table created by invitation:

https://github.com/tomichj/invitation/blob/master/lib/generators/invitation/install/templates/db/migrate/create_invites.rb

tomichj commented 5 years ago

The table name, as you can see there, is invites, not invitation, so hopefully this won't cause a conflict for you.