|
|
@ -10,7 +10,7 @@ |
|
|
|
# |
|
|
|
# |
|
|
|
# It's strongly recommended that you check this file into your version control system. |
|
|
|
# It's strongly recommended that you check this file into your version control system. |
|
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(version: 2021_12_01_114814) do |
|
|
|
ActiveRecord::Schema.define(version: 2021_12_01_144335) do |
|
|
|
|
|
|
|
|
|
|
|
# These are extensions that must be enabled in order to support this database |
|
|
|
# These are extensions that must be enabled in order to support this database |
|
|
|
enable_extension "plpgsql" |
|
|
|
enable_extension "plpgsql" |
|
|
@ -177,7 +177,7 @@ ActiveRecord::Schema.define(version: 2021_12_01_114814) do |
|
|
|
create_table "organisations", force: :cascade do |t| |
|
|
|
create_table "organisations", force: :cascade do |t| |
|
|
|
t.string "name" |
|
|
|
t.string "name" |
|
|
|
t.integer "phone" |
|
|
|
t.integer "phone" |
|
|
|
t.integer "org_type" |
|
|
|
t.integer "providertype" |
|
|
|
t.string "address_line1" |
|
|
|
t.string "address_line1" |
|
|
|
t.string "address_line2" |
|
|
|
t.string "address_line2" |
|
|
|
t.string "postcode" |
|
|
|
t.string "postcode" |
|
|
|