Posts by Guilherme dos Santos • 21 points
2 posts
-
0
votes1
answer263
viewsA: Inheritance with Typeorm
Very simple example, I’ll send 1-N Phone and 1-1 PJ and just replicate add the other relationships. I hope it’s simple to understand @Entity() export class Pessoa { @PrimaryGeneratedColumn() id:…
-
2
votes2
answers5829
viewsA: Error in connection with bank using PDO
Actually the hostname is incorrect, to access via external php (outside of the Hostinger localhost) or any other language, you must use 'sql141.main-hosting.eu' $db_host = "sql141.main-hosting.eu";…