Sha256: 616c6df7184cd64ee0e9124e8194df85af791731b99da2b4195bfff2273f966e
Contents?: true
Size: 449 Bytes
Versions: 4
Compression:
Stored size: 449 Bytes
Contents
class CreateBookmarkStatHasManifestations < ActiveRecord::Migration[4.2] def change create_table :bookmark_stat_has_manifestations do |t| t.integer :bookmark_stat_id, :null => false t.integer :manifestation_id, :null => false t.integer :bookmarks_count t.timestamps end add_index :bookmark_stat_has_manifestations, :bookmark_stat_id add_index :bookmark_stat_has_manifestations, :manifestation_id end end
Version data entries
4 entries across 4 versions & 2 rubygems