Skip to content

Instantly share code, notes, and snippets.

@techisbeautiful
Last active July 12, 2022 20:27
Show Gist options
  • Save techisbeautiful/624b12bf4bab2fe46d093be64b0f346b to your computer and use it in GitHub Desktop.
Save techisbeautiful/624b12bf4bab2fe46d093be64b0f346b to your computer and use it in GitHub Desktop.
Schema productTypeSchema = Schema.of(Schema.Field.of("ProductTypeId", Schema.FieldType.INT32),
Schema.Field.of("ProductType", Schema.FieldType.STRING)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment