Latest updates
This commit is contained in:
12
db/schema.rb
generated
12
db/schema.rb
generated
@@ -10,7 +10,7 @@
|
||||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 2022_02_08_164226) do
|
||||
ActiveRecord::Schema.define(version: 2022_02_10_171858) do
|
||||
|
||||
create_table "action_text_rich_texts", charset: "latin1", force: :cascade do |t|
|
||||
t.string "name", null: false
|
||||
@@ -50,6 +50,15 @@ ActiveRecord::Schema.define(version: 2022_02_08_164226) do
|
||||
t.index ["blob_id", "variation_digest"], name: "index_active_storage_variant_records_uniqueness", unique: true
|
||||
end
|
||||
|
||||
create_table "cafs", charset: "latin1", force: :cascade do |t|
|
||||
t.bigint "company_id", null: false
|
||||
t.string "name"
|
||||
t.text "description"
|
||||
t.datetime "created_at", precision: 6, null: false
|
||||
t.datetime "updated_at", precision: 6, null: false
|
||||
t.index ["company_id"], name: "index_cafs_on_company_id"
|
||||
end
|
||||
|
||||
create_table "companies", charset: "latin1", force: :cascade do |t|
|
||||
t.string "name"
|
||||
t.datetime "created_at", precision: 6, null: false
|
||||
@@ -87,4 +96,5 @@ ActiveRecord::Schema.define(version: 2022_02_08_164226) do
|
||||
|
||||
add_foreign_key "active_storage_attachments", "active_storage_blobs", column: "blob_id"
|
||||
add_foreign_key "active_storage_variant_records", "active_storage_blobs", column: "blob_id"
|
||||
add_foreign_key "cafs", "companies"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user