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