Noé Sierra Velasquez
Results
2
comments of
Noé Sierra Velasquez
Yep, would be cool :) `->addColumn('type', 'text', [ 'null' => false, 'check' => "type = 'text' OR type = 'integer'" ])` I'm using SQLite and doing this is not possible...
I had the same issue and will try this @l0gicgate thanks. It's a bit counterintuitive though and may benefit from being explained somewhere, on the README.md probably.