룰루랄라 코딩기록장
테이블 설계 요구사항공통 데이터 무결성 유지를 위한 미들웨어 추가.SchemaUser// user.js const userSchema = mongoose.Schema({ email: { type: String, required: true, lowercase: true, unique: true }, password: { type: String, required: true }, nickname: { type: String, minLength: 1, maxLength: 100, required: true }, kakaoId: { type: String, required: true, unique: true }, createdAt: { type: Date, default: Date.now }, // 작성 시간을 저장하는 필드..
이전 1 다음
  • 분류 전체보기 N
    • LikeLion
      • Djaongo
    • Algorithm N
      • 브루트포스 N
      • 그래프
      • 다이나믹프로그래밍
    • React
      • 기본설정
    • YAMPLI N
    • 기타
TOP

티스토리툴바