table('categorias') ->addColumn('nombre', 'string') ->addColumn('tipo_id', 'integer') ->create(); } }