home / fediscrape

MastodonActivityWeek

0 rows where server = 11

✎ View and edit SQL

This data as json

0 records

CREATE TABLE "MastodonActivityWeek" (
  "id" INTEGER PRIMARY KEY AUTOINCREMENT,
  "server" INTEGER NOT NULL REFERENCES "Server" ("id") ON DELETE CASCADE,
  "week" DATETIME NOT NULL,
  "statuses" INTEGER NOT NULL,
  "logins" INTEGER NOT NULL,
  "registrations" INTEGER NOT NULL,
  CONSTRAINT "unq_mastodonactivityweek__server_week" UNIQUE ("server", "week")
);
Powered by Datasette · Queries took 4.52ms