chore: Ensure null validation for private attribute in messages (#8085)

This commit is contained in:
Sojan Jose
2023-10-11 03:46:59 -04:00
committed by GitHub
parent cbae95422d
commit a3d008da06
4 changed files with 9 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
# answer :text not null
# embedding :vector(1536)
# question :string not null
# status :integer default(0)
# status :integer default("pending")
# created_at :datetime not null
# updated_at :datetime not null
# account_id :bigint not null