class CreateTcmLinhas < ActiveRecord::Migration[5.2]
  def change
    create_table :tcm_linhas do |t|
      t.string :modulo_type
      t.bigint :modulo_id
      t.string :arquivo_referencia
      t.string :conteudo

      t.timestamps
    end
  end
end
