Sha256: 5ac1585095336afc4baf764fe937be66fd87757f72e5d667f41aa32e2da0141a
Contents?: true
Size: 317 Bytes
Versions: 5
Compression:
Stored size: 317 Bytes
Contents
class CreatePhcpressArticlePosts < ActiveRecord::Migration[7.0] def change create_table :phcpress_article_posts do |t| t.string :post_title t.text :post_text t.string :post_status t.string :post_image t.string :slug t.string :user_id t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems