期末大作业,比较简陋(丑)
-
管理员 用户
-
登录、注册、书籍管理、用户删除、借书、还书
-
管理员:admin_id(*) admin_psw
-
用户:user_id(*) | name | gender char(2) (添加check约束) | user_psw
-
图书:book_id(*) | book_name | author | publisher | price | count
-
借书: no()* | user_id | book_id | book_name(为了方便加的) | date