ER Diagram 사진

- user_idx (idx)
- id : 사용자 id
- name : 사용자 이름
- pay_password**(nullable)** : 사용자 패스워드 (결제 비밀번호)
- // salt**(nullable)**
- point : 사용자의 포인트
- store_idx (idx)
- name ****: 상점 이름
- tel_number : 상점 전화번호
- location_latitude : 위도 (상점 위치) - double → Reverse GeoCoding?
- location_longitude : 경도 (상점 위치) - double → Reverse GeoCoding?
- address : 주소 (상점 위치)
- business_hours : 영업 시간