Quack append request structure.
Appends are not exposed by the public client yet, but the message shape is kept here for protocol completeness.
@type t() :: %QuackDB.Protocol.Message.AppendRequest{ append_chunk: term() | nil, schema_name: String.t(), table_name: String.t() }