Sha256: 8d45eb5eb59fcc19c12ce1d785c0ca0daf3b4abda34be70b6d076f5628bcb22d
Contents?: true
Size: 204 Bytes
Versions: 2
Compression:
Stored size: 204 Bytes
Contents
class CreateStenographerLinks < ActiveRecord::Migration[5.2] def change create_table :stenographer_links do |t| t.string :url t.string :description t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stenographer-rails-0.7.1 | db/migrate/20181204190243_create_stenographer_links.rb |
stenographer-rails-0.7.0 | db/migrate/20181204190243_create_stenographer_links.rb |