Server for Magica Duel
Team Project of Ajou Univ. Media Software Engineering Lecture
| Column | Type | Not Null | Auto Increment | Key | Default Value |
|---|---|---|---|---|---|
| id | bigint | O | O | Primary Key | |
| varchar | |||||
| nickname | varchar | ||||
| password | varchar | ||||
| battle_info_id | bigint | Foreign Key | |||
| created_date | datetime | ||||
| modified_date | datetime |
| Column | Type | Not Null | Auto Increment | Key | Default Value |
|---|---|---|---|---|---|
| id | bigint | O | O | Primary Key | |
| score | int | 0 | |||
| win | int | 0 | |||
| lose | int | 0 | |||
| draw | int | 0 | |||
| created_date | datetime | ||||
| modified_date | datetime |






