Sha256: 0db93e4ad51281c2d01a59ec10646ed1390810d715c5943823f10ef3dc5ce60f

Contents?: true

Size: 944 Bytes

Versions: 2

Compression:

Stored size: 944 Bytes

Contents

# This file is auto-generated from the current state of the database. Instead
# of editing this file, please use the migrations feature of Active Record to
# incrementally modify your database, and then regenerate this schema definition.
#
# This file is the source Rails uses to define your schema when running `rails
# db:schema:load`. When creating a new database, `rails db:schema:load` tends to
# be faster and is potentially less error prone than running all of your
# migrations from scratch. Old migrations may fail to apply correctly if those
# migrations use external dependencies or application code.
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 1) do

  create_table "singers", force: :cascade do |t|
    t.string "first_name", limit: 100
    t.string "last_name", limit: 200, null: false
    t.string "full_name", limit: 300, null: false
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activerecord-spanner-adapter-0.6.0 examples/snippets/generated-column/db/schema.rb
activerecord-spanner-adapter-0.5.0 examples/snippets/generated-column/db/schema.rb