Sha256: 561a2c8f8050ffa61d49e6d71190241bea7a541ee0c27ae9ba173a855e3af7d3
Contents?: true
Size: 281 Bytes
Versions: 11
Compression:
Stored size: 281 Bytes
Contents
class CreateAuditRailsAudits < ActiveRecord::Migration def change create_table :audit_rails_audits do |t| t.string :action t.string :controller t.string :description t.string :user_name t.string :ip_address t.timestamps end end end
Version data entries
11 entries across 11 versions & 1 rubygems