Hoard/Data: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 August 2024

3 August 2024

  • curprev 19:1419:14, 3 August 2024Woozle talk contribs 3,157 bytes +3,157 Created page with "=Data Schemae= ==Things== This yable keeps track of All The Things -- a branching {{l/wp|hierarchy}}. <syntaxhighlight lang=SQL> CREATE TABLE `things` ( `ID` int(10) unsigned NOT NULL AUTO_INCREMENT, `WhenNew` timestamp NOT NULL DEFAULT current_timestamp(), `ID_Base` int(11) DEFAULT NULL COMMENT 'ID of parent record', `ID_Extern` int(11) DEFAULT NULL COMMENT 'external reference, if any', `Name` varchar(255) DEFAULT NULL COMMENT 'label,..."