Skip to content

Commit

Permalink
Add blob datatype enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Egraveline committed Nov 10, 2024
1 parent 09f75ca commit 858435d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public interface DataType {
String PHONE_NUMBER = "phoneNumber";
String UUID = "uuid";
String OBJECT = "object";
String BLOB = "blob";

/**
* As of Weaviate v1.19 'string[]' is deprecated and replaced by 'text[]'.<br>
Expand Down

0 comments on commit 858435d

Please sign in to comment.