import {Entity,Column,PrimaryColumn} from "typeorm"; @Entity() export class edificio{ @PrimaryColumn() id_edificio:number @Column() edificio:string }