Sha256: 12ddb545350694553c22a0463d1fb62593d5bce33f289865c409fb61b98c7330
Contents?: true
Size: 213 Bytes
Versions: 147
Compression:
Stored size: 213 Bytes
Contents
class AddApiClient < ActiveRecord::Migration[5.1] def change create_table :api_clients do |t| t.string :description t.string :token t.references :user t.timestamps end end end
Version data entries
147 entries across 147 versions & 2 rubygems