我有一个正在创建的数据库,我需要创建一个用户作为角色的系统,因为根据用户名登录名,他将被重定向到对应的页面,然后稍后我想在其中创建一个表我需要为特定主题加入两个角色不同的用户。我想知道如何正确执行此操作。
这是我的桌子:
User
user_id
cellphone
name
role_id
Role
role_id
role_type (Type1,Type2,Type3)
Meeting
meeting_id
date
user_id of type 1 //these are the two users roles that will be part of the meeting
user_id of type 2