Skip to content

Instantly share code, notes, and snippets.

@jakzaizzat
Created March 4, 2018 08:56
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jakzaizzat/09ddb44da2cd6ef17b82e8eff3c0dfe3 to your computer and use it in GitHub Desktop.
Save jakzaizzat/09ddb44da2cd6ef17b82e8eff3c0dfe3 to your computer and use it in GitHub Desktop.
Update ENUM value in Laravel Migration
DB::statement("ALTER TABLE roles CHANGE COLUMN role role ENUM('system admin', 'super admin', 'admin staff', 'instructor', 'customer', 'gym member', 'swim member')");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment