Sha256: 6e2c0cb94a94d2d369cdf98cb1569d3f9f160c44cefed3ee5055e316e8b7b95c
Contents?: true
Size: 228 Bytes
Versions: 15
Compression:
Stored size: 228 Bytes
Contents
# Used by the password expiration feature create_table :account_password_change_times do foreign_key :id, :accounts, primary_key: true, type: :Bignum DateTime :changed_at, null: false, default: Sequel::CURRENT_TIMESTAMP end
Version data entries
15 entries across 15 versions & 1 rubygems