-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
🚅 Issue 한 줄 요약
user.entity.ts
🤷 Issue 세부 내용
import { Entity, Column, PrimaryGeneratedColumn } from 'typeorm';
@Entity()
export class User {
@PrimaryGeneratedColumn()
id: number;
@Column({ unique: true })
username: string;
@Column()
password: string;
}
✨ 기대 결과
📸 스크린샷
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels