Posts by Clara • 9 points
1 post
-
-3
votes2
answers943
viewsQ: Mysql Error 1215: Cannot add Foreign key Constraint
-- 1 -- create database clinica; use clinica; -- 2 -- create table ambulatorio( idnroa int(15) unsigned not null auto_increment, andar int(15) not null, capacidade smallint(45) not null, primary key…