table('transacciones') ->addColumn('cuenta_id', 'integer') ->addColumn('glosa', 'string') ->addColumn('tipo_id', 'integer') ->addColumn('valor', 'double') ->addColumn('categoria_id', 'integer') ->addColumn('fecha', 'datetime') ->create(); } }