diff --git a/packages/nc-gui/pages/index/index/create-external.vue b/packages/nc-gui/pages/index/index/create-external.vue index d45dddecde..fe726570ca 100644 --- a/packages/nc-gui/pages/index/index/create-external.vue +++ b/packages/nc-gui/pages/index/index/create-external.vue @@ -46,8 +46,8 @@ let formState = $ref({ title: '', dataSource: { ...getDefaultConnectionConfig(ClientType.MYSQL) }, inflection: { - inflectionColumn: 'camelize', - inflectionTable: 'camelize', + inflectionColumn: 'none', + inflectionTable: 'none', }, sslUse: SSLUsage.No, extraParameters: [], @@ -57,8 +57,8 @@ const customFormState = ref({ title: '', dataSource: { ...getDefaultConnectionConfig(ClientType.MYSQL) }, inflection: { - inflectionColumn: 'camelize', - inflectionTable: 'camelize', + inflectionColumn: 'none', + inflectionTable: 'none', }, sslUse: SSLUsage.No, extraParameters: [],