Home > Backend Development > PHP Tutorial > 数据库设计 waitlist

数据库设计 waitlist

WBOY
Release: 2016-06-06 20:39:58
Original
1234 people have browsed it

如果要举行一个活动, 然后参与的人报名, 如何设计数据库储存报名的人名字? 要为每一个活动都新建一个表吗?还是要怎么设计这个?

回复内容:

如果要举行一个活动, 然后参与的人报名, 如何设计数据库储存报名的人名字? 要为每一个活动都新建一个表吗?还是要怎么设计这个?

act_info :存活动信息
enroll_info:存报名信息,这里有act_id与user_id对应,不就知道谁报名啥活动了么?
user_info:存用户信息

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template