Sha256: 0a75672f16262a6cbe008c00386a52383314badfc925c33ea3739dd390b3a8f9
Contents?: true
Size: 232 Bytes
Versions: 13
Compression:
Stored size: 232 Bytes
Contents
# Used by the password expiration feature create_table :account_password_change_times<%= primary_key_type %> do |t| t.foreign_key :accounts, column: :id t.datetime :changed_at, null: false, default: <%= current_timestamp %> end
Version data entries
13 entries across 13 versions & 1 rubygems