column "square" cannot be cast automatically to type double precision
HINT: You might need to specify "USING square::double precision".
public function safeUp()
{
$this->alterColumn($this->scheme_table, 'square', $this->float()->comment('Площадь'));
}