Closed yhylord closed 7 years ago
In the change_vote_table migration:
change_vote_table
$table->integer('show_result')->default(1); // 1 show 2 no
This doesn't make much sense. Why not 0 no 1 show? That's how integers work as booleans, and it's like this in previous migrations.
😯 That's my bad. Hold on.
In the
change_vote_table
migration:This doesn't make much sense. Why not 0 no 1 show? That's how integers work as booleans, and it's like this in previous migrations.