Skip to content

Instantly share code, notes, and snippets.

@anishghimire862
Created September 23, 2022 14:38
Show Gist options
  • Save anishghimire862/33a9877c31f5664e2867feefa5731d35 to your computer and use it in GitHub Desktop.
Save anishghimire862/33a9877c31f5664e2867feefa5731d35 to your computer and use it in GitHub Desktop.
Database Migration for 2FA
table.text('two_factor_secret').nullable();
table.text('two_factor_recovery_codes').nullable();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment