You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
erDiagram
Staff {
long UserID PK
bool IsAdmin
}
RoleStaffRelation {
long UserID
long RoleID
}
Role {
long ID
string Name
}
User ||--o|Staff:""
Role ||--o{ RoleStaffRelation:""
Staff ||--o{ RoleStaffRelation:""
Loading
The text was updated successfully, but these errors were encountered:
TODO (実装する内容)
Adminページは別途で作成することとなったため、現状UserにくっついているAdmin属性を廃止し、別でAdmin用テーブルを作成する必要がある。
Impact (実装による変更の影響範囲)
Agentと区別するため、ユビキタス言語をStaffに変更する
The text was updated successfully, but these errors were encountered: