(columnName: string)
| 22 | } |
| 23 | |
| 24 | export function formatColumnName(columnName: string): string { |
| 25 | return Utils.underscoredIf(columnName, true); |
| 26 | } |
| 27 | |
| 28 | // Rewrite due to method is not exported from sequelize |
| 29 | // This method is same from https://github.com/sequelize/sequelize/blob/26beda5bf76bd65e30264ebf135e39efaa7d514d/packages/core/src/utils/string.ts#L89 |
no outgoing calls
no test coverage detected