update schema

This commit is contained in:
Alex Turchyn
2023-07-09 16:27:07 +03:00
parent 12b98fdcd4
commit e2cda2bd5c
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
# slug :string not null
# ua :string
# uuid :string not null
# values :string not null
# values :text not null
# created_at :datetime not null
# updated_at :datetime not null
# submission_id :bigint not null
+3 -3
View File
@@ -6,11 +6,11 @@
#
# id :bigint not null, primary key
# deleted_at :datetime
# fields :string not null
# fields :text not null
# name :string not null
# schema :string not null
# schema :text not null
# slug :string not null
# submitters :string not null
# submitters :text not null
# created_at :datetime not null
# updated_at :datetime not null
# account_id :bigint not null