-
-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
CREATE TABLE "app" (
"id" INTEGER,
"name" TEXT,
"version" TEXT,
"description" TEXT,
"license" TEXT,
"bucket_repo" TEXT
);
DROP TABLE IF EXISTS "bucket";
CREATE TABLE "bucket" (
"score" real,
"bucket_repo" TEXT NOT NULL,
"apps" integer,
"stars" integer,
"forks" integer,
"updated" text,
PRIMARY KEY ("bucket_repo")
);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels