mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-17 01:55:27 +10:00
new migration matching model names I want
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Entity, PrimaryGeneratedColumn, Column } from "typeorm"
|
||||
|
||||
@Entity({synchronize: true})
|
||||
export class Members {
|
||||
@Entity({name: "Member", synchronize: true})
|
||||
export class Member {
|
||||
|
||||
@PrimaryGeneratedColumn()
|
||||
id: number
|
||||
|
||||
Reference in New Issue
Block a user