Sha256: 2f5cc2fcd2b95dff8d7faaba90a4d9a295262ce690a156552d03d39779b233a1
Contents?: true
Size: 292 Bytes
Versions: 8
Compression:
Stored size: 292 Bytes
Contents
class CreateSccAccounts < ActiveRecord::Migration 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
8 entries across 8 versions & 1 rubygems