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

Binary file not shown.

View File

@@ -158,6 +158,9 @@ pub struct ColumnDefinition {
/// for every other field type.
#[prost(string, tag = "5")]
pub currency: ::prost::alloc::string::String,
/// When true, the server rejects omitted or explicitly null values.
#[prost(bool, tag = "6")]
pub required: bool,
}
/// Response after table creation (success + DDL preview).
#[derive(serde::Serialize, serde::Deserialize)]