Sha256: 403a41006559565e3f3c836ba90cad6f695fef5476a6d1450684bd2219bebc2d
Contents?: true
Size: 217 Bytes
Versions: 2
Compression:
Stored size: 217 Bytes
Contents
class CreateFormCreationPosts < ActiveRecord::Migration[5.2] def change create_table :posts do |t| t.string :title t.text :description t.string :createdby t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
form_creation-0.0.3 | db/migrate/20191014040009_create_form_creation_posts.rb |
form_creation-0.0.2 | db/migrate/20191014040009_create_form_creation_posts.rb |