currency per column in table definition
This commit is contained in:
@@ -210,8 +210,8 @@ message HydratedColumnValue {
|
||||
string value = 4;
|
||||
// Logical database type used to create a typed client ScriptValue.
|
||||
string field_type = 5;
|
||||
// Related table's base currency for MONEY values; otherwise empty.
|
||||
string base_currency = 6;
|
||||
// Related MONEY column's currency; otherwise empty.
|
||||
string currency = 6;
|
||||
}
|
||||
|
||||
// One declared related-collection aggregate input for the client Steel context.
|
||||
@@ -229,8 +229,8 @@ message HydratedAggregateValue {
|
||||
string value = 5;
|
||||
// Logical source-column type; empty for row-only aggregates.
|
||||
string field_type = 6;
|
||||
// Aggregate table's base currency for MONEY values; otherwise empty.
|
||||
string base_currency = 7;
|
||||
// Aggregated MONEY column's currency; otherwise empty.
|
||||
string currency = 7;
|
||||
}
|
||||
|
||||
// Complete external dependency snapshot for client-side Steel execution.
|
||||
|
||||
Reference in New Issue
Block a user