table('cuentas') ->addColumn('moneda_id', 'integer') ->addForeignKey('moneda_id', 'monedas') ->update(); } }