Skip to content

Commit 8f4523a

Browse files
committed
feat: update ref schema
1 parent 1eee542 commit 8f4523a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

schemas/reference.surql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ DEFINE FIELD OVERWRITE teck_stack_percentage ON reference TYPE array<int>;
1212
DEFINE FIELD OVERWRITE is_published ON reference TYPE bool DEFAULT false;
1313
DEFINE FIELD OVERWRITE created_at ON reference TYPE datetime DEFAULT time::now();
1414
DEFINE FIELD OVERWRITE updated_at ON reference TYPE datetime VALUE time::now();
15+
DEFINE FIELD OVERWRITE category ON reference TYPE string;
16+
DEFINE FIELD OVERWRITE year ON reference TYPE int;

0 commit comments

Comments
 (0)