Wiki content at WikiDesign Changed by someone at IP 192.168.1.33 :

@@ -116,6 +116,23 @@
 
 =back
 
+=head2 Attachments Table
+
+Here's what I feel needs to go into the Attachments table:
+
+  id (PK)
+  page (FK)
+  filename
+  description
+
+And a separate AttachmentVersion table:
+
+  id (PK)
+  attachment_id (FK)
+  reason
+  username
+  ip
+
 =head1 The XSLT
 
 The XSLT is pretty simple. Mostly all it does is wrap the output in the


Reply via email to