Sha256: ba6e74bb45b3f48040e09c5fbe07fc120f62ffb6e9e9c45a5fb3555b1332d1ca
Contents?: true
Size: 238 Bytes
Versions: 17
Compression:
Stored size: 238 Bytes
Contents
require "historiographer/postgres_migration" require "historiographer/mysql_migration" class CreateAuthorHistories < ActiveRecord::Migration[5.1] def change create_table :author_histories do |t| t.histories end end end
Version data entries
17 entries across 17 versions & 1 rubygems