We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1829e8 commit fc7d513Copy full SHA for fc7d513
1 file changed
google/cloud/bigquery/storage/v1/table.proto
@@ -164,4 +164,8 @@ message TableFieldSchema {
164
165
// Optional. See documentation for precision.
166
int64 scale = 9 [(google.api.field_behavior) = OPTIONAL];
167
+
168
+ // Optional. A SQL expression to specify the [default value]
169
+ // (https://cloud.google.com/bigquery/docs/default-values) for this field.
170
+ string default_value_expression = 10 [(google.api.field_behavior) = OPTIONAL];
171
}
0 commit comments