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