Sha256: e5896b5e076b949be12f09b4a28f2ebc9c9d48e93d455448caaa7874aa130349
Contents?: true
Size: 1.37 KB
Versions: 3
Compression:
Stored size: 1.37 KB
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. # # Note that this schema.rb definition is the authoritative source for your database schema. If you need # to create the application database on another system, you should be using db:schema:load, not running # all the migrations from scratch. The latter is a flawed and unsustainable approach (the more migrations # you'll amass, the slower it'll run and the greater likelihood for issues). # # It's strongly recommended to check this file into your version control system. ActiveRecord::Schema.define(:version => 20091208195455) do create_table "translations", :force => true do |t| t.string "locale", :limit => 6, :null => false t.string "key", :null => false t.string "scope" t.text "default", :null => false t.text "translation" t.text "zero" t.text "one" t.text "many" t.text "few" t.string "state", :null => false t.datetime "created_at" t.datetime "updated_at" end add_index "translations", ["locale", "key", "scope"], :name => "index_translations_on_locale_and_key_and_scope", :unique => true end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
trendi18n-0.9.3 | spec/test_application/db/schema.rb |
trendi18n-0.9.2 | spec/test_application/db/schema.rb |
trendi18n-0.9.1 | spec/test_application/db/schema.rb |