package
0.0.0-20240422062550-6b3fe579a692
Repository: https://github.com/hack-portal/backend.git
Documentation: pkg.go.dev
# Constants
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
CREATE TABLE "hackathons" (
"hackathon_id" varchar PRIMARY KEY,
"name" varchar NOT NULL,
"icon" text NOT NULL,
"link" varchar NOT NULL,
"expired" date NOT NULL,
"start_date" date NOT NULL,
"term" int NOT NULL,
"created_at" timestamptz NOT NULL,
"updated_at" timestamptz NOT NULL,
"deleted_at" timestamptz
);
*/.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
CREATE TABLE "status_tags" (
"status_id" serial PRIMARY KEY,
"status" varchar NOT NULL
);
*/.
No description provided by the author