mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:17:36 +08:00
annotations
This commit is contained in:
@ -314,14 +314,16 @@ end
|
||||
#
|
||||
# Table name: groups
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# name :string(255) not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# automatic :boolean default(FALSE), not null
|
||||
# user_count :integer default(0), not null
|
||||
# alias_level :integer default(0)
|
||||
# visible :boolean default(TRUE), not null
|
||||
# id :integer not null, primary key
|
||||
# name :string(255) not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# automatic :boolean default(FALSE), not null
|
||||
# user_count :integer default(0), not null
|
||||
# alias_level :integer default(0)
|
||||
# visible :boolean default(TRUE), not null
|
||||
# automatic_membership_email_domains :text
|
||||
# automatic_membership_retroactive :boolean default(FALSE)
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
|
Reference in New Issue
Block a user