mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-16 09:45:57 +08:00
add: pm_links index options
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class CreatePmLinks < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
create_table :pm_links do |t|
|
||||
create_table :pm_links, options: 'ENGINE=InnoDB DEFAULT CHARSET=utf8' do |t|
|
||||
t.string :be_linkable_type, null: false
|
||||
t.integer :be_linkable_id, null: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user