mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
add: notice message skeletal code
This commit is contained in:
11
db/migrate/20210909030759_create_message_templates.rb
Normal file
11
db/migrate/20210909030759_create_message_templates.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
class CreateMessageTemplates < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
create_table :message_templates do |t|
|
||||
t.string :type
|
||||
t.text :sys_notice
|
||||
t.text :email
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user