user_schema_missing_column.sql 90 B

1234
  1. /* syntax version 1 */
  2. use plato;
  3. select * from Input with schema Struct<value1:String?>;