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-04-24 17:12:37 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7d873d6a331eb60ca306ee75ce31f6884c36f905
7d873d6a
1 parent
978567dc
create new migration steps
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
back/prisma/migrations/20200424124259-init/steps.json
back/prisma/migrations/20200424124259-init/steps.json
0 → 100644
View file @
7d873d6
{
"version"
:
"0.3.14-fixed"
,
"steps"
:
[
{
"tag"
:
"CreateField"
,
"model"
:
"User"
,
"field"
:
"phoneNumber"
,
"type"
:
"Int"
,
"arity"
:
"Optional"
},
{
"tag"
:
"CreateField"
,
"model"
:
"User"
,
"field"
:
"emailSecret"
,
"type"
:
"String"
,
"arity"
:
"Optional"
},
{
"tag"
:
"CreateField"
,
"model"
:
"User"
,
"field"
:
"phoneSecret"
,
"type"
:
"String"
,
"arity"
:
"Optional"
},
{
"tag"
:
"DeleteField"
,
"model"
:
"User"
,
"field"
:
"loginSecret"
}
]
}
\ No newline at end of file
Please
register
or
login
to post a comment