Sha256: 66c395738aa2939e54be2128137ec150ae8fda951788330edd302ebcb695db1a
Contents?: true
Size: 255 Bytes
Versions: 1
Compression:
Stored size: 255 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
admin-sys-1.1.0 | plugins/report/db/migrate/20160608124602_create_series.rb |