Database BookingSystem
Table 1 Books
Column
Name
Description Data Type Nullable Auto
Increment
Primary
Key
id
书籍的编号
int not yes yes
bookname
书籍的名称
varchar(50) not not not
author
作者
varchar(20) not not not
publisher
出 版 社 的 名
称
varchar(20) not not not
pubdate
出版日期
date not not not
price
定价
double not not not
Table 2 Users
Column
Name
Description Data Type Nullable Auto
Increment
Primary
Key
id
用户的编号
int not yes yes
username
用户的名称
varchar(50) not not not
sex
性别
varchar(2) not not not
birthdate
生日
date not not not
lastlogin
上 次 登 陆 日
期
datetime not not not
logintimes
登陆次数
int not not not
Table 3 Orders
Column
Name
Description Data Type Nullable Auto
Increment
Primary
Key
id
订单的编号
int not yes yes
userid
订 购 用 户 的
编号
int not not not
orderdetailid
订 单 明 细 的
编号
int not not not
orderdate
订单日期
datetime not not not
Table 4 OrderDetails
Column
Name
Description Data Type Nullable Auto
Increment
Primary
Key
id
订 单 明 细 的
编号
int not yes yes
bookid
订 购 书 籍 的
编号
int not not not
quantity
订购数量
int not not not
评论1
最新资源