From d77a66c5db716c51f29efe84fee3c385e39bf71e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 26 Jul 2009 12:08:30 +0100 Subject: [PATCH] WIP schema --- pctb/schema-notes.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pctb/schema-notes.txt diff --git a/pctb/schema-notes.txt b/pctb/schema-notes.txt new file mode 100644 index 0000000..a60f9b0 --- /dev/null +++ b/pctb/schema-notes.txt @@ -0,0 +1,28 @@ + +OFFERS + ocean utf-8 + island utf-8 + commodity utf-8 + stall utf-8 + buy/sell buy/sell + =>? + price integer + qty integer + qty>1000? boolean + +UPLOADS + ocean + island + =>? + age integer time_t + clientspec us-ascii + serverspec us-ascii + +COMMODITIES + commodity + +ISLANDS + ocean + island + => + archipelago utf-8 -- 2.30.2