1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2026-03-03 14:24:06 +00:00

chore: annotate models

هذا الالتزام موجود في:
Adam Cooke
2024-02-13 11:46:35 +00:00
الأصل 1fceef7cea
التزام 6214892710
7 ملفات معدلة مع 140 إضافات و72 حذوفات

عرض الملف

@@ -1,5 +1,21 @@
# frozen_string_literal: true
# == Schema Information
#
# Table name: credentials
#
# id :integer not null, primary key
# hold :boolean default(FALSE)
# key :string(255)
# last_used_at :datetime
# name :string(255)
# options :text(65535)
# type :string(255)
# uuid :string(255)
# created_at :datetime
# updated_at :datetime
# server_id :integer
#
FactoryBot.define do
factory :credential do
server