Sha256: 4cd8fc958aabf2157daf4839b4c5b319f164102a75fc4941a36220422fdb0dad
Contents?: true
Size: 178 Bytes
Versions: 1
Compression:
Stored size: 178 Bytes
Contents
class CreateArticles < ActiveRecord::Migration[6.0] def change create_table :articles do |t| t.string :title t.text :text t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blog_app-0.0.1 | db/migrate/20220803091536_create_articles.rb |