Sha256: 2a2a09e83142ca66252124979952895bb15c553820623676883992398e76abc1

Contents?: true

Size: 255 Bytes

Versions: 42

Compression:

Stored size: 255 Bytes

Contents

class CreatePandaPalApiCalls < PandaPal::MiscHelper::MigrationClass
  def change
    create_table :panda_pal_api_calls do |t|
      t.text :logic
      t.string :expiration
      t.integer :uses_remaining

      t.timestamps null: false
    end
  end
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
panda_pal-5.6.1 db/migrate/20220721095653_create_panda_pal_api_calls.rb
panda_pal-5.6.0 db/migrate/20220721095653_create_panda_pal_api_calls.rb