ADD column to cloud table
This commit is contained in:
parent
50021a278b
commit
56965910a5
|
@ -2,14 +2,15 @@
|
|||
#
|
||||
# Table name: ci_cloud_accounts
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# user_id :integer not null
|
||||
# ip_num :integer
|
||||
# account :string(255)
|
||||
# secret :string(255)
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# ci_user_id :integer
|
||||
# id :integer not null, primary key
|
||||
# user_id :integer not null
|
||||
# ip_num :integer
|
||||
# account :string(255)
|
||||
# secret :string(255)
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# ci_user_id :integer
|
||||
# server_type :integer default("0")
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
# content :text(65535)
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# is_secret :boolean default("0")
|
||||
#
|
||||
|
||||
class License < ApplicationRecord
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
# course_group_id :integer default("0")
|
||||
# is_collect :integer default("1")
|
||||
# graduation_group_id :integer default("0")
|
||||
# is_apply_signature :boolean default("0")
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue