Sha256: c6390439e9264571823dc7d739eebf69ec4d6f53388a6788ff03ebf8299cf94c
Contents?: true
Size: 205 Bytes
Versions: 94
Compression:
Stored size: 205 Bytes
Contents
class CreateFeedbackConfig < ActiveRecord::Migration[6.0] def change create_table :feedback_configs, id: :uuid do |t| t.string :title t.jsonb :paths t.timestamps end end end
Version data entries
94 entries across 94 versions & 1 rubygems