ActiveRecord::Migration<%= config[:api_version] %> def change create_table :drafts do |t| t.string :item_type, :null => false