mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 15:22:56 +00:00
add formData support
This commit is contained in:
@@ -3,6 +3,7 @@ class CreateBlogs < ActiveRecord::Migration
|
||||
create_table :blogs do |t|
|
||||
t.string :title
|
||||
t.text :content
|
||||
t.string :thumbnail
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
@@ -16,6 +16,7 @@ ActiveRecord::Schema.define(:version => 20160218212104) do
|
||||
create_table "blogs", :force => true do |t|
|
||||
t.string "title"
|
||||
t.text "content"
|
||||
t.string "thumbnail"
|
||||
t.datetime "created_at", :null => false
|
||||
t.datetime "updated_at", :null => false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user