Целое значение по умолчанию Laravel

$table->integer('estado')->default(0);
Lonely Ladybird