DarkGhostHunter / Laraguard

"On-premises 2FA Authentication for all your users out-of-the-box
MIT License
266 stars 24 forks source link

Publish database migration #15

Closed jeromefitzpatrick closed 4 years ago

jeromefitzpatrick commented 4 years ago

The current table does not accommodate a User table using uuids as the primary key.

I suggest making the migration publishable so the consumer can make this adjustment. Also, being able to change the timestamp in the migration name would give greater control over when it is run.

I'll fork and submit the PR shortly.