db.sql 128 Bytes
Newer Older
Wei Shoulin's avatar
Wei Shoulin committed
1
2
3
4
5
6
7
create table if not exists "t_rawfits" (
	"id"	TEXT,
	"filename"	TEXT,
	"obs_time"	NUMERIC,
	"path"	TEXT,
	PRIMARY KEY("id")
);