backup qr code type table
This commit is contained in:
11
sql/qr_code_types_202408032138.sql
Normal file
11
sql/qr_code_types_202408032138.sql
Normal 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');
|
||||||
Reference in New Issue
Block a user