Sha256: 51164a22d843d212723d9eb538a978f04ac24fa26e7781f71d3607a49d5162b6
Contents?: true
Size: 347 Bytes
Versions: 39
Compression:
Stored size: 347 Bytes
Contents
class CreateReports < ActiveRecord::Migration def change create_table :reports do |t| t.belongs_to :report_template t.belongs_to :user t.date :start t.date :finish t.string :state, :null => false, :default => 'new' t.text :error t.timestamps end end end
Version data entries
39 entries across 39 versions & 1 rubygems