Skip to content

Feature Request: AutoMigrate supports placement of geo-partitioning #121

Description

@gsbingo17

Now the AutoMigrate does not support the placement in Create Table SQL statement.

Please refer to the following SQL statement

CREATE TABLE Companies (
  id INT64 NOT NULL, 
  create_at timestamp, 
  update_at timestamp,
  name STRING(MAX) NOT NULL, 
  Location STRING(MAX) NOT NULL PLACEMENT KEY
)  PRIMARY KEY(id)

Please add the support to placement key in the AutoMigrate tool.

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: p3Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions