This commit is contained in:
@@ -1076,7 +1076,8 @@
|
||||
"enumItems": [
|
||||
"Online",
|
||||
"Cash",
|
||||
"Wallet"
|
||||
"Wallet",
|
||||
"CreditCard"
|
||||
],
|
||||
"mappedType": "enum"
|
||||
},
|
||||
@@ -1102,6 +1103,16 @@
|
||||
"length": 255,
|
||||
"mappedType": "string"
|
||||
},
|
||||
"card_number": {
|
||||
"name": "card_number",
|
||||
"type": "varchar(255)",
|
||||
"unsigned": false,
|
||||
"autoincrement": false,
|
||||
"primary": false,
|
||||
"nullable": true,
|
||||
"length": 255,
|
||||
"mappedType": "string"
|
||||
},
|
||||
"enabled": {
|
||||
"name": "enabled",
|
||||
"type": "boolean",
|
||||
@@ -4523,7 +4534,8 @@
|
||||
"enumItems": [
|
||||
"Online",
|
||||
"Cash",
|
||||
"Wallet"
|
||||
"Wallet",
|
||||
"CreditCard"
|
||||
],
|
||||
"mappedType": "enum"
|
||||
},
|
||||
@@ -4612,6 +4624,15 @@
|
||||
"nullable": true,
|
||||
"length": 255,
|
||||
"mappedType": "string"
|
||||
},
|
||||
"attachments": {
|
||||
"name": "attachments",
|
||||
"type": "jsonb",
|
||||
"unsigned": false,
|
||||
"autoincrement": false,
|
||||
"primary": false,
|
||||
"nullable": true,
|
||||
"mappedType": "json"
|
||||
}
|
||||
},
|
||||
"name": "payments",
|
||||
|
||||
Reference in New Issue
Block a user