Sha256: 97facb010c449741f1cdcd88e4a5af4cd59b381ff91e41f2ca6143aa55d255be
Contents?: true
Size: 243 Bytes
Versions: 1
Compression:
Stored size: 243 Bytes
Contents
ActiveRecord::Schema.define do execute('CREATE extension IF NOT EXISTS "uuid-ossp";') create_table :vendors, id: :uuid, force: :cascade do |t| t.string :name, null: true t.datetime :created_at t.datetime :updated_at end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activerecord-import-uuid-0.2 | test/schema/postgresql_schema.rb |