put table definition2 - name change

This commit is contained in:
Filipriec
2026-08-24 09:58:49 +02:00
parent 5d6f53c96e
commit 77e409dce6
11 changed files with 51 additions and 7 deletions

View File

@@ -1422,6 +1422,10 @@ pub(crate) struct ColumnForm {
pub remove_column_ids: Vec<i64>,
#[serde(default)]
pub expected_row_version: i64,
/// The requested name of an existing empty table. The append-only form
/// does not render it, so populated tables decode this as empty.
#[serde(default)]
pub table_name_input: String,
#[serde(default)]
pub column_name_input: String,