Posts by Lucas F. • 65 points
4 posts
-
2
votes1
answer484
viewsQ: Change source branch
Have a way to change the source branch of my current branch? Ex.: I created a new branch from branch A, but at a certain point, I realized I should have created it from branch B and not from branch…
-
2
votes1
answer534
viewsQ: Is SQL Express free?
I need a database to use on a Xamarin Forms app for college. I even created in Azure, but the limitation of 32 MB is very large, because I need to store photos too. I searched and saw that has the…
-
0
votes0
answers487
viewsQ: Visual Studio does not auto-complete anything
I’ve always used visual studio and never had any problems. I have the community 2017 version installed, and I was using normally, however, I had to pause the development I had been doing. Now that I…
-
2
votes3
answers1358
viewsQ: Problems adding Foreign key to Mysql
I’m having trouble defining the attribute anoAuto from the business table as a foreign key for cars.ano. Mysql always says "ERROR CODE: 1215. Cannot add Foreign key Constraint". create table…