0

我正在开发一个 Web 应用程序,但我对此很陌生。

基本思想:
用户登录,可以通过多种不同的形式输入数据。每个表单都应该连接到一个用户并按年和月分类。

现在我的数据库结构是:

core_user: id_user,username, password
core_year: id_year, year
core_month: id_month, month
ch: id_ch, many variables...

我想在core_year,core_monthch那个寄存器中有列,id_user以便我可以按月和年为用户检索和存储数据。

我尝试过使用外键但没有成功。

我想拥有的:

task--> user registered--> unique primary key=id_user
task--> year registered--> unique primary key=id_year with the id_user of the
                                                      session that is going on.

等等..

有什么建议吗?

4

0 回答 0