Skip to content

Support more type and relationship #4

Description

@ele828

Typescript can not support complex type reflection, I consider supporting it by this way:

@Entity()
class Person extends Model {

  @Column()
  @OneToMany(type => Person, person => person.id)
  friends: Person[];

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions