+# == Schema Information
+#
+# Table name: redactions
+#
+# id :integer not null, primary key
+# title :string
+# description :text
+# created_at :datetime
+# updated_at :datetime
+# user_id :bigint(8) not null
+# description_format :enum default("markdown"), not null
+#
+# Foreign Keys
+#
+# redactions_user_id_fkey (user_id => users.id)
+#
+