diff --git a/sql/qr_code_types_202408032138.sql b/sql/qr_code_types_202408032138.sql new file mode 100644 index 0000000..0cde052 --- /dev/null +++ b/sql/qr_code_types_202408032138.sql @@ -0,0 +1,11 @@ +INSERT INTO safeqr.qr_code_types ("type",description,prefix,table_name) VALUES + ('URL','Uniform Resource Locator','http://','url'), + ('EMAIL','Email Address','mailto:','email'), + ('PHONE','Phone Number','tel:','phone'), + ('SMS','Short Message Service','smsto:','sms'), + ('GEOLOCATION','Geographic Location','geo:','geolocation'), + ('WIFI','Wireless Network Configuration','WIFI:','wifi'), + ('BITCOIN','Cryptocurrency Address','bitcoin:','bitcoin'), + ('VCARD','Virtual Contact File','BEGIN:VCARD','vcard'), + ('URL','Secure Uniform Resource Locator','https://','url'), + ('TEXT','Text','','text');