pcpuma_unam_api/sql/07-tipo_entrada.sql

5 lines
226 B
MySQL
Raw Normal View History

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');