customer: add field "photoUrl"
This commit is contained in:
parent
9de19d9aae
commit
2580fedfd6
@ -73,6 +73,9 @@
|
||||
"relation": "oneToOne",
|
||||
"target": "api::setting.setting",
|
||||
"mappedBy": "customer"
|
||||
},
|
||||
"photoUrl": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
1
types/generated/contentTypes.d.ts
vendored
1
types/generated/contentTypes.d.ts
vendored
@ -435,6 +435,7 @@ export interface ApiCustomerCustomer extends Struct.CollectionTypeSchema {
|
||||
phone: Schema.Attribute.String &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.Unique;
|
||||
photoUrl: Schema.Attribute.String;
|
||||
publishedAt: Schema.Attribute.DateTime;
|
||||
role: Schema.Attribute.Enumeration<['client', 'master']> &
|
||||
Schema.Attribute.Required;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user