Sha256: 741a86ca3585bd56d3b020475aba776960298007d73bbdafd25a66cf4254a5df
Contents?: true
Size: 558 Bytes
Versions: 40
Compression:
Stored size: 558 Bytes
Contents
ActiveRecord::Schema.define do create_table :audits, :force => true do |t| t.column :auditable_id, :integer t.column :auditable_type, :string t.column :user_id, :integer t.column :user_type, :string t.column :username, :string t.column :action, :string t.column :audited_changes, :text t.column :version, :integer, :default => 0 t.column :comment, :string t.column :created_at, :datetime t.column :remote_address, :string t.column :association_id, :integer t.column :association_type, :string end end
Version data entries
40 entries across 36 versions & 4 rubygems