Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [datastream] Add precision and scale to MysqlColumn #4441

Merged
merged 2 commits into from
Jul 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,12 @@ message MysqlColumn {

// The ordinal position of the column in the table.
int32 ordinal_position = 7;

// Column precision.
int32 precision = 8;

// Column scale.
int32 scale = 9;
}

// MySQL table.
Expand Down
12 changes: 12 additions & 0 deletions packages/google-cloud-datastream/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 46 additions & 0 deletions packages/google-cloud-datastream/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/google-cloud-datastream/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.