|
|
@ -46,8 +46,8 @@ let formState = $ref<ProjectCreateForm>({ |
|
|
|
title: '', |
|
|
|
title: '', |
|
|
|
dataSource: { ...getDefaultConnectionConfig(ClientType.MYSQL) }, |
|
|
|
dataSource: { ...getDefaultConnectionConfig(ClientType.MYSQL) }, |
|
|
|
inflection: { |
|
|
|
inflection: { |
|
|
|
inflectionColumn: 'camelize', |
|
|
|
inflectionColumn: 'none', |
|
|
|
inflectionTable: 'camelize', |
|
|
|
inflectionTable: 'none', |
|
|
|
}, |
|
|
|
}, |
|
|
|
sslUse: SSLUsage.No, |
|
|
|
sslUse: SSLUsage.No, |
|
|
|
extraParameters: [], |
|
|
|
extraParameters: [], |
|
|
@ -57,8 +57,8 @@ const customFormState = ref<ProjectCreateForm>({ |
|
|
|
title: '', |
|
|
|
title: '', |
|
|
|
dataSource: { ...getDefaultConnectionConfig(ClientType.MYSQL) }, |
|
|
|
dataSource: { ...getDefaultConnectionConfig(ClientType.MYSQL) }, |
|
|
|
inflection: { |
|
|
|
inflection: { |
|
|
|
inflectionColumn: 'camelize', |
|
|
|
inflectionColumn: 'none', |
|
|
|
inflectionTable: 'camelize', |
|
|
|
inflectionTable: 'none', |
|
|
|
}, |
|
|
|
}, |
|
|
|
sslUse: SSLUsage.No, |
|
|
|
sslUse: SSLUsage.No, |
|
|
|
extraParameters: [], |
|
|
|
extraParameters: [], |
|
|
|