about summary refs log tree commit diff
path: root/app/models/custom_filter_keyword.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/custom_filter_keyword.rb')
-rw-r--r--app/models/custom_filter_keyword.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/custom_filter_keyword.rb b/app/models/custom_filter_keyword.rb
index bf5c55746..e0d0289ae 100644
--- a/app/models/custom_filter_keyword.rb
+++ b/app/models/custom_filter_keyword.rb
@@ -3,8 +3,8 @@
 #
 # Table name: custom_filter_keywords
 #
-#  id               :bigint           not null, primary key
-#  custom_filter_id :bigint           not null
+#  id               :bigint(8)        not null, primary key
+#  custom_filter_id :bigint(8)        not null
 #  keyword          :text             default(""), not null
 #  whole_word       :boolean          default(TRUE), not null
 #  created_at       :datetime         not null