All public logs

Jump to navigation Jump to search

Combined display of all available logs of Woozle Writes Code. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:14, 3 August 2024 Woozle talk contribs created page Hoard/Data (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,...")