Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我有两张桌子,成员和员工。我需要创建一个登录系统,这意味着我需要存储成员和员工的用户名和密码。应该如何实施?
仅创建一个名为 user_login 的表,或者在该表中最适合您的任何名称创建三列,其中包含用户名、密码和 login_type/account_type,在第三列中存储类型为成员或员工。
表:user_login 字段:用户名、密码、account_type
样本数据:
用户1 | 用户123 | 成员