export function makeTableNameWithUnderscores(path: string[]) { return path.join("_") }