Laravel set boolean true

$table->boolean('favicon')->default(0);
Adershow The MasterCoder