Merge branch 'pre_trustie_server' into trustie_server
This commit is contained in:
commit
1e47fa7c91
|
@ -1,6 +1,6 @@
|
||||||
class CreatePmLinks < ActiveRecord::Migration[5.2]
|
class CreatePmLinks < ActiveRecord::Migration[5.2]
|
||||||
def change
|
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.string :be_linkable_type, null: false
|
||||||
t.integer :be_linkable_id, null: false
|
t.integer :be_linkable_id, null: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue