Add PostgreSQL database option and more booking flow functionalities
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package ocss
|
||||
|
||||
type Preferences struct {
|
||||
Smoking *bool `json:"smoking,omitempty"`
|
||||
Animals *bool `json:"animals,omitempty"`
|
||||
Music *bool `json:"music,omitempty"`
|
||||
IsTalker *bool `json:"isTalker,omitempty"`
|
||||
LuggageSize *int64 `json:"luggageSize,omitempty"`
|
||||
Smoking *bool `json:"smoking,omitempty" bson:"smoking,omitempty"`
|
||||
Animals *bool `json:"animals,omitempty" bson:"animals,omitempty"`
|
||||
Music *bool `json:"music,omitempty" bson:"music,omitempty"`
|
||||
IsTalker *bool `json:"isTalker,omitempty" bson:"isTalker,omitempty"`
|
||||
LuggageSize *int64 `json:"luggageSize,omitempty" bson:"luggageSize,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user