You get a JSON file or CSV from an API, a colleague, or a legacy system. No docs. No types. Just raw data. sniff-schema reads it and tells you exactly what's in it — field names, types, nullability, ...
created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, ...