(target, opts)
| 829 | } |
| 830 | |
| 831 | static _defaultsOptions(target, opts) { |
| 832 | return this._baseMerge(target, opts, (srcValue, objValue, key) => { |
| 833 | return this._mergeFunction(objValue, srcValue, key); |
| 834 | }); |
| 835 | } |
| 836 | |
| 837 | /** |
| 838 | * Initialize a model, representing a table in the DB, with attributes and options. |
no test coverage detected