Manually find the primary key by going through the schema fields.
()
| 189 | |
| 190 | /** Manually find the primary key by going through the schema fields. */ |
| 191 | private static _findPrimaryKey(): string { |
| 192 | return this._findPrimaryField().name; |
| 193 | } |
| 194 | |
| 195 | /** Return the model computed primary key. */ |
| 196 | static getComputedPrimaryKey(): string { |
no test coverage detected