db-migration icon indicating copy to clipboard operation
db-migration copied to clipboard

Migrations: Support ENUM field

Open saada opened this issue 9 years ago • 29 comments

ENUM("ONE", "TWO", "THREE") NOT NULL'

should be supported via

$this->enum(['ONE', 'TWO', 'THREE'])->notNull();

Funding

  • You can sponsor this specific effort via a Polar.sh pledge below
  • We receive the pledge once the issue is completed & verified
Fund with Polar

saada avatar Sep 29 '15 21:09 saada