Archive
- Description:
기록
Indexes Properties _id UNIQUE school_1_user_1 UNIQUE; COMPOUND
- Version:
- 2.0.0
Type Definitions
TArchive
Properties:
Name | Type | Description |
---|---|---|
_id |
ObjectId | |
school |
string | school._id |
schoolId |
string | school.schoolId |
schoolName |
string | school.schoolName |
user |
ObjectId | user._id |
userId |
string | user.userId |
userName |
string | user.userName |
data |
Object | ex) {인적사항: {이름: "..."}, 등록정보: [{...}, {...}]}; 암호화되어 저장된다 |