mariadb alter table make column foreign key code example
Example: alter table add foreign key mariadb example
alter table caixa add foreign key (idcaixafluxo) references caixafluxo (idcaixafluxo);
alter table caixa add foreign key (idcaixafluxo) references caixafluxo (idcaixafluxo);