Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 334 Bytes

bitcone-admin.md

File metadata and controls

17 lines (14 loc) · 334 Bytes

Bitcone Admin

Current Bitcone database layout:

CREATE TABLE public.bitcones
(
  uuid text NOT NULL,
  series integer,
  flavor text,
  owner text,
  created timestamp without time zone NOT NULL DEFAULT NOW(),
  CONSTRAINT pk PRIMARY KEY (uuid)
)

Future ideas: adding a column for what the bitcone was used to purchase