change id column name
parent
0c96371780
commit
e548021672
|
@ -15,8 +15,7 @@ module.exports = {
|
|||
id: {
|
||||
type: 'number',
|
||||
unique: true,
|
||||
autoIncrement: true,
|
||||
columnName: '_id'
|
||||
autoIncrement: true
|
||||
},
|
||||
title: {type: 'string', required: true},
|
||||
author: {type: 'string'},
|
||||
|
|
|
@ -28,8 +28,7 @@ module.exports = {
|
|||
id: {
|
||||
type: 'number',
|
||||
unique: true,
|
||||
autoIncrement: true,
|
||||
columnName: '_id'
|
||||
autoIncrement: true
|
||||
},
|
||||
// local, oauth2, etc
|
||||
protocol: {
|
||||
|
|
|
@ -14,8 +14,7 @@ module.exports = {
|
|||
id: {
|
||||
type: 'number',
|
||||
unique: true,
|
||||
autoIncrement: true,
|
||||
columnName: '_id'
|
||||
autoIncrement: true
|
||||
},
|
||||
email: {
|
||||
type: 'string',
|
||||
|
|
Loading…
Reference in New Issue