Skip to content

Instantly share code, notes, and snippets.

View FelixHenninger's full-sized avatar

Felix Henninger FelixHenninger

View GitHub Profile

Keybase proof

I hereby claim:

  • I am felixhenninger on github.
  • I am felixhenninger (https://keybase.io/felixhenninger) on keybase.
  • I have a public key whose fingerprint is 5E11 ABFE 0567 78EE 3101 90A2 7317 79D1 5C50 CC23

To claim this, I am signing this object:

@FelixHenninger
FelixHenninger / chaos.sql
Last active July 7, 2024 20:54
Inventory database proposal
-- Common metadata -------------------------------------------------------------
-- Units
CREATE TABLE units (
id SERIAL PRIMARY KEY,
-- Metadata
name VARCHAR NOT NULL UNIQUE,
note TEXT NOT NULL DEFAULT '',
--