table('toku_invoices') ->addColumn('cuota_id', 'integer', ['signed' => false]) ->addColumn('toku_id', 'string', ['length' => 255]) ->addTimestamps() ->addIndex(['cuota_id'], ['unique' => true]) ->create(); } }