You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # == Schema Information
- #
- # Table name: system_update_notices
- #
- # id :integer not null, primary key
- # subject :string(255)
- # notes :text(65535)
- # start_time :datetime
- # end_time :datetime
- # created_at :datetime not null
- # updated_at :datetime not null
- # notice_type :integer
- #
-
- class SystemUpdateNotice < ApplicationRecord
- end
|