(target, opts)
| 858 | } |
| 859 | |
| 860 | static _defaultsOptions(target, opts) { |
| 861 | return this._baseMerge(target, opts, (srcValue, objValue, key) => { |
| 862 | return this._mergeFunction(objValue, srcValue, key); |
| 863 | }); |
| 864 | } |
| 865 | |
| 866 | /** |
| 867 | * Initialize a model, representing a table in the DB, with attributes and options. |
no test coverage detected