db-migration
db-migration copied to clipboard
Migrations: Support ENUM field
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