From f87712ca29dbc0eaa2182adff2e3eb468a212361 Mon Sep 17 00:00:00 2001 From: mribary <m.ribary@surrey.ac.uk> Date: Fri, 18 Dec 2020 22:16:45 +0000 Subject: [PATCH] Updated sql graph --- sql/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/README.md b/sql/README.md index f3c5f81..4a58234 100644 --- a/sql/README.md +++ b/sql/README.md @@ -78,7 +78,7 @@ The "bko" table presents information related to the theory about the _Digest_'s The graph below is a visual representation of the tables in the database. Each table includes an "id" as primary key (PK) and one or more foreign keys (FK) which point to the "id" columnn of a different table. It is by foreign keys that the tables are chained together in many-to-one relationships. The entity boxes for the tables include the names and datatypes of the columns where "tinyint" and "smallint" are two types of integer, "varchar" is a limited length, while "text" is an unlimited length text type. The three colours indicate the three different sources from which the tables are created. Tables in shaded blue are created from the same source as the core "text" table, i.e. the _Digest_ text as presented in Amanuensis, but they were separated to structure the information. - + ### 3. Sample SQL queries -- GitLab