Sha256: 08c71f0155626e832d1b2638058481d26bc9462b85a32ddb53b9f5b5e153ec32
Contents?: true
Size: 297 Bytes
Versions: 40
Compression:
Stored size: 297 Bytes
Contents
class CreateSccAccounts < ActiveRecord::Migration[4.2] def change create_table :scc_accounts do |t| t.string :login, limit: 255 t.string :password, limit: 255 t.string :base_url, limit: 255, default: 'https://scc.suse.com' t.timestamps null: false end end end
Version data entries
40 entries across 40 versions & 1 rubygems