Alternatively, you could update the _SCHEMA collection manually. I’m not sure if this will have complications.
Add this to “_metadata”:
"fields_options" : {
"field" : {
"required" : true,
"defaultValue" : "hello world"
}
}
Alternatively, you could update the _SCHEMA collection manually. I’m not sure if this will have complications.
Add this to “_metadata”:
"fields_options" : {
"field" : {
"required" : true,
"defaultValue" : "hello world"
}
}