web crate put add table
This commit is contained in:
@@ -1416,6 +1416,13 @@ pub(crate) struct ColumnForm {
|
||||
#[serde(default)]
|
||||
pub index: Option<usize>,
|
||||
|
||||
/// Existing-table structural edits carry these alongside the shared
|
||||
/// staged-column fields. They stay empty on the add-table builder.
|
||||
#[serde(default)]
|
||||
pub remove_column_ids: Vec<i64>,
|
||||
#[serde(default)]
|
||||
pub expected_row_version: i64,
|
||||
|
||||
#[serde(default)]
|
||||
pub column_name_input: String,
|
||||
#[serde(default)]
|
||||
|
||||
Reference in New Issue
Block a user