User contributions for Woozle

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

7 July 2024

6 July 2024

  • 13:4013:40, 6 July 2024 diff hist +1,203 N FinanceFerret/v3Created page with "==SQL== ===Accounts=== <syntaxhighlight lang=SQL> CREATE TABLE `Account` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `ID_Parent` int(11) DEFAULT NULL, `ID_Owner` int(11) DEFAULT NULL, `Name` varchar(127) DEFAULT NULL, `isTxactable` tinyint(1) DEFAULT NULL, `Abbr` varchar(63) DEFAULT NULL, PRIMARY KEY (`ID`) ) ENGINE = InnoDB </syntaxhighlight> ===Owners=== <syntaxhighlight lang=SQL> CREATE TABLE `Owner` ( `ID`..."
  • 13:3613:36, 6 July 2024 diff hist +54 FinanceFerret→‎Technical current
  • 12:1112:11, 6 July 2024 diff hist +87 HoardNo edit summary

5 July 2024

  • 14:0914:09, 5 July 2024 diff hist +834 HoardNo edit summary
  • 13:5113:51, 5 July 2024 diff hist +670 N HoardCreated page with "==About== All the things I need to track tie together in various ways. This is the database that ties them together. It also has a number of ''ad hoc'' uses. ==Schemae== ===Extern=== This tracks external data repositories. <syntaxhighlight lang=SQL> CREATE TABLE `extern` ( `ID` int(10) unsigned NOT NULL AUTO_INCREMENT, `WhenNew` timestamp NOT NULL DEFAULT current_timestamp() COMMENT 'when this record was added', `SID_Type` varchar(255) DEFAULT NULL C..."
  • 13:4613:46, 5 July 2024 diff hist +56 ProjectsNo edit summary current

24 April 2024

13 April 2024

29 February 2024

26 February 2024

25 February 2024

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)