summaryrefslogtreecommitdiff
blob: 84e6c1e912b5a2d0db607c5992c57cc580f3a0fc (plain)
1
2
3
4
5
6
7
8
9
10
CREATE TABLE "reminder" (
		"object_id" int,
		"target_id" text,
		"module" int,
		"username" text,
		"alarm" timestamp with time zone,
		"description" text,
		"folder" text
);