Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-05-20 12:16:24 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7eebc8bb8e45a5f06d72f839099a0c857956ba8e
7eebc8bb
1 parent
3159b814
update Room schema
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
back/prisma/schema.prisma
back/prisma/schema.prisma
View file @
7eebc8b
...
...
@@ -26,6 +26,7 @@ model User {
model Room {
id Int @default(autoincrement()) @id
name String
participants User[] @relation(references: [id])
categories Category[]
Message Message[]
...
...
Please
register
or
login
to post a comment