Sha256: f5c1ed268331c1a7ed98363458b93c583f02d99e006a9740161fd25d3b91338f

Contents?: true

Size: 351 Bytes

Versions: 3

Compression:

Stored size: 351 Bytes

Contents

require 'active_record'

ActiveRecord::Schema.define(:version => 20130606153635) do
  create_table 'hello_world_users', :force => true do |t|
    t.string 'kb_account_id', :null => false
    t.datetime 'created_at', :null => false
    t.datetime 'updated_at', :null => false
  end

  add_index(:hello_world_users, :kb_account_id, :unique => true)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
killbill-helloworld-3.0.0 db/schema.rb
killbill-helloworld-2.0.0 db/schema.rb
killbill-helloworld-1.0.0 db/schema.rb