skip to Main Content

I want to increase or decrease the amount of money in Total_Crédit which is in Credit_electrecité depending on the event to be done – Phpmyadmin

create PROCEDURE PR_Credit_Total( in newidpiece int, in newnpiece bigint, in newnop varchar(60), in newdateengagement date, in newdatefacture date, in newlocalité varchar(50), in newtournee int, in newnpolice bigint, in newservice varchar(20), in newmontant float, in newecheance varchar(7), in newcreated varchar(25), in…

VIEW QUESTION

Docker / phpmyadmin: Unable to connecto

I have the following docker-compose file. version: "3.7" services: main: container_name: buspack_main build: context: . target: development volumes: - .:/usr/src/app - /usr/src/app/node_modules ports: - ${API_PORT}:${API_PORT} command: bash -c "npm install --save && npm run start:dev" env_file: - .env networks: -…

VIEW QUESTION
Back To Top
Search