(name: string)
| 20 | * @docs-private |
| 21 | */ |
| 22 | export function getTableDuplicateColumnNameError(name: string) { |
| 23 | return Error(`Duplicate column definition name provided: "${name}".`); |
| 24 | } |
| 25 | |
| 26 | /** |
| 27 | * Returns an error to be thrown when there are multiple rows that are missing a when function. |
no outgoing calls
no test coverage detected