mirror of
https://github.com/go-gitnub/gitnub.git
synced 2025-04-01 12:24:52 +00:00
41 lines
1.4 KiB
YAML
41 lines
1.4 KiB
YAML
# == Schema Information
|
|
#
|
|
# Table name: users
|
|
#
|
|
# id :bigint not null, primary key
|
|
# confirmation_sent_at :datetime
|
|
# confirmation_token :string
|
|
# confirmed_at :datetime
|
|
# current_sign_in_at :datetime
|
|
# current_sign_in_ip :string
|
|
# email :string default(""), not null
|
|
# encrypted_password :string default(""), not null
|
|
# last_sign_in_at :datetime
|
|
# last_sign_in_ip :string
|
|
# remember_created_at :datetime
|
|
# reset_password_sent_at :datetime
|
|
# reset_password_token :string
|
|
# sign_in_count :integer default(0), not null
|
|
# unconfirmed_email :string
|
|
# username :string default(""), not null
|
|
# created_at :datetime not null
|
|
# updated_at :datetime not null
|
|
#
|
|
# Indexes
|
|
#
|
|
# index_users_on_confirmation_token (confirmation_token) UNIQUE
|
|
# index_users_on_email (email) UNIQUE
|
|
# index_users_on_reset_password_token (reset_password_token) UNIQUE
|
|
# index_users_on_username (username) UNIQUE
|
|
#
|
|
|
|
# This model initially had no columns defined. If you add columns to the
|
|
# model remove the '{}' from the fixture names and add the columns immediately
|
|
# below each fixture, per the syntax in the comments below
|
|
#
|
|
one: {}
|
|
# column: value
|
|
#
|
|
two: {}
|
|
# column: value
|