Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Make DDL consistent with what UI shows #148

@chuwy

Description

After we started to print expected types in #122 users started to complain about following warnings:

Existing column [event_id VARCHAR(36) NOT NULL] doesn't match expected definition [event_id CHAR(36) NOT NULL UNIQUE] at position 7

Which are confusing because for Snowflake VARCHAR and CHAR are just the same thing: https://docs.snowflake.com/en/sql-reference/data-types-text.html#char-character. I think we simply should switch to using VARCHAR everywhere if it doesn't make any difference.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions