Make exports#key not-null

This commit is contained in:
Paul Chavard 2021-04-02 17:42:24 +01:00
parent fc49b7952e
commit 7f3d4a26ad
3 changed files with 8 additions and 3 deletions

View file

@ -4,7 +4,7 @@
#
# id :bigint not null, primary key
# format :string not null
# key :text
# key :text not null
# created_at :datetime not null
# updated_at :datetime not null
#