Skip to content

Instantly share code, notes, and snippets.

@richard457
Forked from jakzaizzat/migration.php
Created March 19, 2019 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richard457/18fdbc0a1dd3c425e01febc41cdb441a to your computer and use it in GitHub Desktop.
Save richard457/18fdbc0a1dd3c425e01febc41cdb441a 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