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