]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/redaction.rb
Drop explicit lengths from bigint columns
[rails.git] / app / models / redaction.rb
index f4eedde0a2daddb172843d910507494261c1b4ae..7b25c6323195026b90e39d102be6bb504ebfbbe1 100644 (file)
@@ -3,11 +3,11 @@
 # Table name: redactions
 #
 #  id                 :integer          not null, primary key
 # Table name: redactions
 #
 #  id                 :integer          not null, primary key
-#  title              :string
-#  description        :text
+#  title              :string           not null
+#  description        :text             not null
 #  created_at         :datetime
 #  updated_at         :datetime
 #  created_at         :datetime
 #  updated_at         :datetime
-#  user_id            :bigint(8)        not null
+#  user_id            :bigint           not null
 #  description_format :enum             default("markdown"), not null
 #
 # Foreign Keys
 #  description_format :enum             default("markdown"), not null
 #
 # Foreign Keys