-
Notifications
You must be signed in to change notification settings - Fork 0
Database
EunHyo Park edited this page Jun 11, 2025
·
2 revisions
| Column | Type | Constraints | Description |
|---|---|---|---|
| id | long | NOT NULL | PK |
| name | String | NOT NULL | ν΄μνκ·Έλͺ - UNIQUE μ€μ |
- μΌκΈ°(Diary)μ λ¬λ¦¬λ ν΄μνκ·Έ
| Column | Type | Constraints | Description |
|---|---|---|---|
| id | long | NOT NULL | PK |
| diaryId | long | NOT NULL | FK β Diary(id) |
| hashtagId | long | NOT NULL | FK β Hashtag(id) |
- μΌκΈ°(Diary)μ ν΄μνκ·Έ(Hashtag)μ λ€λλ€ λ§€ν ν μ΄λΈ
| Column | Type | Constraints | Description |
|---|---|---|---|
| id | long | NOT NULL | PK |
| memberId | long | NOT NULL | FK β Member(id) |
| date | datetime(6) | NOT NULL | λ μ§ |
| title | varchar(50) | NOT NULL | μ λͺ© |
| context | TEXT | NOT NULL | λ΄μ© |
| created_at | datetime(6) | NOT NULL | μμ±μΌ |
| updated_at | datetime(6) | NOT NULL | μμ μΌ |
- μ¬μ©μ, λλ AI μΉκ΅¬κ° μμ±νλ μΌκΈ°
| Column | Type | Constraints | Description |
|---|---|---|---|
| id | long | NOT NULL | PK |
| characterId | long | NOT NULL | FK β Character(id) |
| diaryId | long | NOT NULL | FK β Diary(id) |
| context | TEXT | NOT NULL | λκΈ λ΄μ© |
| isStored | int | NOT NULL | μ§μ λμμΌλ©΄ 1, μλλ©΄ 0 |
| created_at | datetime(6) | NOT NULL | μμ±μΌ |
| updated_at | datetime(6) | NOT NULL | μμ μΌ |
- μ¬μ©μκ° μ§μ μμ±ν μΌκΈ°(Diary)μ λ¬λ¦¬λ AI μΉκ΅¬μ μ½λ©νΈ
| Column | Type | Constraints | Description |
|---|---|---|---|
| id | long | NOT NULL | PK |
| name | String | NOT NULL | μ΄λ¦ |
| String | NULL | μ΄λ©μΌ | |
| sub | long | NULL | kakao μ¬μ©μ id |
| created_at | datetime(6) | NULL | μμ±μΌ |
| updated_at | datetime(6) | NULL | μμ μΌ |
- μ¬μ©μ μ 보
| Column | Type | Constraints | Description |
|---|---|---|---|
| id | long | NOT NULL | PK |
| memberId | long | NOT NULL | FK β Member(id) |
| characterId | long | NOT NULL | FK β Character(id) |
- μ¬μ©μμ AI μΉκ΅¬μ λν
| Column | Type | Constraints | Description |
|---|---|---|---|
| id | long | NOT NULL | PK |
| chatId | long | NOT NULL | FK β Chat(id) |
| role | String | NOT NULL | μν |
| content | text | NULL | λ©μμ§ λ΄μ© |
- μ¬μ©μμ AI μΉκ΅¬μ λν λ΄μ©
| Column | Type | Constraints | Description |
|---|---|---|---|
| id | long | NOT NULL | PK |
| name | String | NOT NULL | μΊλ¦ν° μ΄λ¦ |
| personality | TEXT | NOT NULL | μΊλ¦ν° μ€λͺ |
- μΌκΈ°(Diary)μ μ½λ©νΈ(Comment)λ₯Ό λ¬κ±°λ, λν(Chat)ν μ μλ AI μΉκ΅¬