Sha256: 7bf71426a56320bc90cef14542cdcf8c7ed235c8c68b8ac1f4495669e99c6135
Contents?: true
Size: 355 Bytes
Versions: 5
Compression:
Stored size: 355 Bytes
Contents
class GenerateRailsApiDocumentationAttributesTable < ActiveRecord::Migration[5.0] def change create_table :rails_api_doc_api_data do |t| t.integer :api_type t.string :action_type t.string :api_action t.string :type t.string :name t.string :special t.string :desc t.text :nesting end end end
Version data entries
5 entries across 5 versions & 1 rubygems