view SQL/postgres/2013011000.sql @ 5:3a5f959af5ae

debugging aids, all commented out
author Charlie Root
date Thu, 30 Aug 2018 16:15:17 -0400
parents 4681f974d28b
children
line wrap: on
line source

CREATE TABLE "system" (
    name varchar(64) NOT NULL PRIMARY KEY,
    value text
);