Sha256: 3f1c33d04879a1a912ee27fc0d63c71dc5f72924ad4137df533eec7527ab1246
Contents?: true
Size: 335 Bytes
Versions: 10
Compression:
Stored size: 335 Bytes
Contents
class CreateTramwayProfilesSocialNetworks < ActiveRecord::Migration[5.1] def change create_table :tramway_profiles_social_networks do |t| t.text :title t.text :uid t.text :record_id t.text :record_type t.text :network_name t.text :state, default: :active t.timestamps end end end
Version data entries
10 entries across 10 versions & 1 rubygems