list_ssl_cert_file_mtime
| Column | Type |
|---|---|
| host_identifier | BLOB |
| name | BLOB |
| mtime | |
| path | BLOB |
| query_uri | TEXT |
SQL DDL
CREATE VIEW list_ssl_cert_file_mtime AS
SELECT
host_identifier,
name,
datetime(mtime, 'unixepoch') as mtime,
path,
query_uri
FROM ur_transform_list_ssl_cert_file_mtime