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-08-31 22:55:15 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
eaf76a72c6963465f7c54f5b3b52a41f30198538
eaf76a72
1 parent
7f58866f
update user column
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
back/prisma/schema.prisma
back/prisma/schema.prisma
View file @
eaf76a7
...
...
@@ -14,7 +14,7 @@ model User {
username String
email String @unique
password String
phoneNum String
@default("") @unique
phoneNum String
?
@default("") @unique
emailSecret String? @default("")
phoneSecret String? @default("")
bio String? @default("")
...
...
Please
register
or
login
to post a comment