Skip to content

Commit

Permalink
Added mapping for cassandra
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarHawk committed Jan 15, 2025
1 parent 1738615 commit 6cf2ac3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ CREATE TABLE IF NOT EXISTS <%= entityInstance %> (
<%= fieldName %> text,
<%_ } else if (field.fieldTypeZonedDateTime) { _%>
<%= fieldName %> tuple<timestamp,varchar>,
<% _ } else if (field.fieldTypeLocalTime) { _%>
<%= fieldName %> time,
<%_ } else if (field.fieldTypeBoolean) { _%>
<%= fieldName %> boolean,
<%_ } else if (field.fieldTypeByteBuffer) { _%>
Expand Down

0 comments on commit 6cf2ac3

Please sign in to comment.