Sha256: 0da9493a1019db0ef2cbad22fc185c8735b0a67c3e827ec9ca35dc7c5bebcd6f
Contents?: true
Size: 219 Bytes
Versions: 50
Compression:
Stored size: 219 Bytes
Contents
class CreateTerms < ActiveRecord::Migration[5.1] def change create_table :terms do |t| t.string :locale t.string :scope t.text :content t.text :header t.timestamps end end end
Version data entries
50 entries across 50 versions & 1 rubygems