Posts by Calebe Pereira • 29 points
6 posts
-
0
votes1
answer1590
viewsQ: ERROR: POST.... 500 (Internal Server Error) - LARAVEL and AJAX
I am facing a problem when returning a View to another View using Ajax. I am presented with the following error on the Google Chrome console: jquery.min.js:2 POST http://localhost:8000/tbody 500…
-
0
votes1
answer503
viewsA: Is foreign key correct with null field? Postgresql
Based on the comments of the authors Andrew Ribeiro & White I came to the following conclusion: It makes no sense even to have a foreign key null, at the same time that yes there can be a…
-
0
votes1
answer29
viewsQ: Create in table related to another table does not work
I’m having trouble inserting into two related tables, the Peoples and Addresses tables. Insertion is being done only in the Peoples table. The relation in the Addresses table is made between the…
-
0
votes1
answer249
viewsQ: How to change the value of an input type text to a date format in Laravel
The problem is that the input type text is sending the date value to the Mysql Database in the following format DD/MM/YYYY, but Mysql only accepts a text for the date format if it is in the…
laravelasked Calebe Pereira 29 -
1
votes1
answer88
viewsQ: I can’t pass values from one page to another with Laravel
I have a problem with Laravel that I can’t solve, and I’ve tried many things: What I want is to take the values that are on one page and send to another on a form. The edit button in a list has the…
laravelasked Calebe Pereira 29 -
1
votes1
answer503
viewsQ: Is foreign key correct with null field? Postgresql
I was building a relationship entity model (MER) from a database to a rual association, it is a work for TABD matter. But I came across an atypical situation for me, a 0.n to 0.1 relationship. As…