Sha256: a9528f81197161fb5eff20f58f9b13d0fbee795efd5a55eb5af8d5902714ecb0
Contents?: true
Size: 326 Bytes
Versions: 32
Compression:
Stored size: 326 Bytes
Contents
# frozen_string_literal: true class CreateTramwayLandingForms < ActiveRecord::Migration[5.1] def change create_table :tramway_landing_forms do |t| t.text :title t.text :form_name t.integer :block_id t.integer :position t.text :state, default: :active t.timestamps end end end
Version data entries
32 entries across 32 versions & 1 rubygems