简体   繁体   中英

Database design for Gym fee Submission

I need suggestions on a database design.

I am currently working on designing a DBMS for a GYM.
After designing courses Classes Instructors Products Now I Want to Submit fee with year and month I think I have to create 3 tables of Year Month fee

tbl_year.year_id, tbl_year.year_name
tbl_month.mon_id,tbl_month.mon_name
tbl_fee.fee_id,tbl_fee.fee_cus_id, tbl_fee.fee_year_id, tbl_fee.fee_mon_id, tbl_fee.fee_status

guide me how I do?

我会创建一个名为Id,Membership_name,价格,期限(如果此成员资格是1个月或1年)的成员资格表,然后将成员资格分配给您的人。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM