web crate put add table

This commit is contained in:
Filipriec
2026-08-23 23:43:27 +02:00
parent a44dccf84b
commit b4135e5d20
14 changed files with 239 additions and 17 deletions

View File

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