I'm working with PostgreSQL as data storage. I have one column that filling text type and object oriented. For an instance,
company {
name: "A Inc",
companySize: "10000",
address: "A Street",
}
The case, is could I get one of them one by one with orm or querybuilder? such of
where company.companySize = "10000"