New Feature: Donor endpoints feature/65-donor_controllers #69
@ -2,7 +2,7 @@ import { Entity, ManyToOne, PrimaryColumn } from 'typeorm';
|
|||||||
import { Address } from './Address';
|
import { Address } from './Address';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The interface(-ish) all entities using addresses have to implement.
|
* The interface(tm) all entities using addresses have to implement.
|
||||||
* This is a abstract class, because apparently typeorm can't really work with interfaces :/
|
* This is a abstract class, because apparently typeorm can't really work with interfaces :/
|
||||||
*/
|
*/
|
||||||
@Entity()
|
@Entity()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user