create table if not exists "t_rawfits" ( "id" TEXT, "filename" TEXT, "obs_time" NUMERIC, "path" TEXT, PRIMARY KEY("id") );