SylvainTI / wwwsqldesigner

Automatically exported from code.google.com/p/wwwsqldesigner
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Teste #118

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Create Table pedidos
(
id_pedido INT(4) NOT NULL AUTO_INCREMENT,
id_cliente INT(4) NOT NULL,
id_artigo INT(4)NOT NULL,
data DATE,
quantidade INT(4),
total INT(4), KEY(id_pedido,id_cliente,id_artigo)
)

Original issue reported on code.google.com by sohde...@gmail.com on 6 Feb 2011 at 11:41

GoogleCodeExporter commented 9 years ago
Can you please be more specific about the nature of this issue? :) It is not 
clear what is the problem here and what DB was used...

Original comment by ondrej.zara on 7 Feb 2011 at 6:37