BanApp / BeMyPlant_Frontend

BeMyPlant! 어플리케이션 - 프로젝트📝
3 stars 0 forks source link

[수정사항/논의] 식물정보 DB 구조 수정 여부 논의 - 식물 주민등록 번호 #13

Closed 1006lem closed 1 year ago

1006lem commented 1 year ago

논의사항: 주민등록번호를 DB에 반영할 것인가?

현재 DB 구조

Name Type 설명
P_Name String(Not NULL) 식물 이름
P_Birth String(Not NULL) 식물 생일
P_Race String(Not NULL) 식물 품종
P_Image Binary 식물 이미지 파일(BLOB)

문제 상황 및 수정사항


관련 문서화 링크

https://docs.google.com/document/d/14JLNUXhiiIxK6jc1V_fRTGHPUaH8yE0BOlj13LZCQTU/edit


관련 화면

image
1006lem commented 1 year ago

결정사항

식물 DB 구조

Name Type 설명
P_Name String(Not NULL) 식물 이름
P_Birth String(Not NULL) 식물 생일
P_Race String(Not NULL) 식물 품종
P_Image Binary 식물 이미지 파일(BLOB)
P_Registration String(Not NULL) 식물 주민 등록번호