This commit is contained in:
nasia 2017-08-23 12:26:46 +03:00
parent 336c1e86bd
commit a0e1760ef1
8 changed files with 79 additions and 48 deletions

View file

@ -468,11 +468,11 @@ ActiveRecord::Schema.define(version: 20170822173332) do
t.datetime "created_at"
t.datetime "updated_at"
t.string "picture"
t.boolean "payed", default: false
t.boolean "swags", default: false
t.boolean "swags_received"
t.string "company_address"
t.string "vat_registration"
t.boolean "paid", default: false
t.boolean "has_swag", default: false
t.boolean "swag_received"
t.string "address"
t.string "vat"
t.boolean "has_banner", default: false
end