backup qr code type table

This commit is contained in:
heyethereum
2024-08-03 21:39:28 +08:00
parent 100b146d48
commit 2e547e0221

View File

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