# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html # == Schema Information # # Table name: admins # # id :bigint not null, primary key # email :string # name :string # password_digest :string # created_at :datetime not null # updated_at :datetime not null # # Indexes # # index_admins_on_email (email) UNIQUE # one: name: Admin email: admin@test.com password_digest: MyString two: name: Mod email: mod@test.com password_digest: MyString