mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -06:00
commit
2034add8a9
@ -114,6 +114,11 @@ class VisiosoftModuleAdvsCreateAdvsFields extends Migration
|
|||||||
'order' => 'anomaly.field_type.integer',
|
'order' => 'anomaly.field_type.integer',
|
||||||
'price' => [
|
'price' => [
|
||||||
'type' => 'visiosoft.field_type.decimal',
|
'type' => 'visiosoft.field_type.decimal',
|
||||||
|
'config' => [
|
||||||
|
'decimal' => 2,
|
||||||
|
'separator' => '.',
|
||||||
|
'point' => ','
|
||||||
|
],
|
||||||
],
|
],
|
||||||
'currency' => [
|
'currency' => [
|
||||||
'type' => 'anomaly.field_type.select',
|
'type' => 'anomaly.field_type.select',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user