Sha256: 7bdf0a26bf38df935cae9a227c129c624a2ac7b997917e8bcac7dc5a26d1a467
Contents?: true
Size: 244 Bytes
Versions: 5
Compression:
Stored size: 244 Bytes
Contents
class CreateSeries < ActiveRecord::Migration def change create_table :series do |t| t.references :report, index: true, foreign_key: true t.string :name t.string :sql_key t.timestamps null: false end end end
Version data entries
5 entries across 5 versions & 2 rubygems