2022-05-10 18:20:27 +00:00
|
|
|
INSERT INTO tipo_entrada(tipo_entrada) VALUES('HDMI');
|
|
|
|
INSERT INTO tipo_entrada(tipo_entrada) VALUES('Tipo c');
|
|
|
|
INSERT INTO tipo_entrada(tipo_entrada) VALUES('VGA');
|
2022-06-08 03:47:46 +00:00
|
|
|
INSERT INTO tipo_entrada(tipo_entrada) VALUES('Lightning');
|