testing tables

This commit is contained in:
Jeff Carr 2025-02-18 20:11:19 -06:00
parent 7134618aa8
commit a664750d1a
1 changed files with 6 additions and 5 deletions

View File

@ -31,11 +31,12 @@ message BoolRow {
}
message Table { // `autogenpb:marshal`
repeated string order = 1;
repeated StringRow StringRows = 2;
repeated IntRow IntRows = 3;
repeated TimeRow TimeRows = 4;
repeated BoolRow BoolRows = 5;
string title = 1;
repeated string order = 2;
repeated StringRow StringRows = 3;
repeated IntRow IntRows = 4;
repeated TimeRow TimeRows = 5;
repeated BoolRow BoolRows = 6;
}
message Tables { // `autogenpb:marshal`