Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Quote issue to preserve the case of the column name #127

Closed
SOHELAHMED7/yii2-openapi
#9
@SOHELAHMED7

Description

@SOHELAHMED7

In PgSQL, if a table is created with camel case (or other way in which case of all chars is not same) column name e.g. firstName without the quotes then it is case insensitive and is converted to e.g. firstname

In order to make it case-sensitive, column name should be quoted "firstName" everywhere it is used.

However this is not same in MySQL.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions