fixing tests4 - columns have required flag from now on

This commit is contained in:
Priec
2026-08-09 01:32:29 +02:00
parent 36de1b2fde
commit 29ccd8d2d7
6 changed files with 9 additions and 2 deletions

View File

@@ -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).