From: Jess Robinson Date: Mon, 12 Mar 2012 13:06:01 +0000 (+0000) Subject: Remove extra comments X-Git-Tag: v1.0~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=df737db35dce668cc407b97ae97f9df2bfa3a2fb;p=dbsrgits%2FDBIx-Class-Manual-SQLHackers.git Remove extra comments --- diff --git a/lib/DBIx/Class/Manual/SQLHackers/CREATE.pod b/lib/DBIx/Class/Manual/SQLHackers/CREATE.pod index 6319275..eacfe4b 100644 --- a/lib/DBIx/Class/Manual/SQLHackers/CREATE.pod +++ b/lib/DBIx/Class/Manual/SQLHackers/CREATE.pod @@ -105,8 +105,6 @@ The recommended version: The fully descriptive version is required if you want to have DBIx::Class create your CREATE TABLE sql for you later. Many DBIC components also use settings in the column info hashrefs to decide how to treat the data for those columns. -# perhaps "... with declared relations / Declaring relationships" ? "references" doesn't sound right in the context imho -# in SQL land a relation == a table, since I'm talking to SQL heads I don't want to get that wrong. =head4 Table creation with references: A relational database isn't worth much if we don't actually use references and constraints, so here is an example which constrains the B column to only contain B values from the *users* table.