fixing tests4 - columns have required flag from now on
This commit is contained in:
@@ -193,6 +193,9 @@ message ColumnDefinition {
|
||||
// Canonical uppercase ISO-4217 currency code. Required for MONEY and forbidden
|
||||
// for every other field type.
|
||||
string currency = 5;
|
||||
|
||||
// When true, the server rejects omitted or explicitly null values.
|
||||
bool required = 6;
|
||||
}
|
||||
|
||||
// Response after table creation (success + DDL preview).
|
||||
|
||||
Reference in New Issue
Block a user