Sha256: bd1602e0be3db46ee01d347d2f987b062763d727acbf089b08f32fb55731f64e
Contents?: true
Size: 323 Bytes
Versions: 14
Compression:
Stored size: 323 Bytes
Contents
# frozen_string_literal: true class CreateActiveEncodeEncodeRecords < ActiveRecord::Migration[5.0] def change create_table :active_encode_encode_records do |t| t.string :global_id t.string :state t.string :adapter t.string :title t.text :raw_object t.timestamps end end end
Version data entries
14 entries across 14 versions & 1 rubygems