currency per column in table definition
This commit is contained in:
@@ -30,7 +30,6 @@ message AnalyticsTable {
|
||||
string name = 2;
|
||||
repeated AnalyticsCatalogColumn columns = 3;
|
||||
repeated AnalyticsTableLink links = 4;
|
||||
string base_currency = 5;
|
||||
}
|
||||
|
||||
message AnalyticsCatalogColumn {
|
||||
@@ -39,6 +38,8 @@ message AnalyticsCatalogColumn {
|
||||
string field_type = 2;
|
||||
bool is_system = 3;
|
||||
string rounding = 4;
|
||||
// Canonical ISO-4217 code for MONEY; empty for every other type.
|
||||
string currency = 5;
|
||||
}
|
||||
|
||||
message AnalyticsTableLink {
|
||||
|
||||
Reference in New Issue
Block a user