Sha256: 57b95d9c0635fd7d9f1e9e9b59e39736c128800886dd600117dc3a83758e23d1
Contents?: true
Size: 335 Bytes
Versions: 12
Compression:
Stored size: 335 Bytes
Contents
class ServerConfiguration < ActiveRecord::Migration def change create_table :server_configuration do |t| t.string :key, :null => false t.string :value, :null => false t.string :new_value #, :default => :null t.integer :service, :default => 0 t.string :template t.timestamps end end end
Version data entries
12 entries across 12 versions & 1 rubygems