Sha256: 651d1133acef9718ab410207aee96f27659911965813e8eca5cf23851791ec79
Contents?: true
Size: 298 Bytes
Versions: 12
Compression:
Stored size: 298 Bytes
Contents
# frozen_string_literal: true class CreateTramwayLandingTools < ActiveRecord::Migration[5.1] def change create_table :tramway_landing_tools do |t| t.text :title t.text :account_id t.jsonb :options t.text :state, default: :active t.timestamps end end end
Version data entries
12 entries across 12 versions & 1 rubygems