X-Git-Url: https://git.auder.net/img/rock_paper_scissors_lizard_spock.gif?a=blobdiff_plain;f=example.html;h=409483567d8d50ef8d7c6b65e18d7595e9213c46;hb=6a430a228d953ec4e9fe1b7fe324becb27d9ebbf;hp=24d89531626cd8f447407628098f86ac3131e526;hpb=3ca1e50c87c462e39ba19b5c7720715353315080;p=erdiag.git diff --git a/example.html b/example.html index 24d8953..4094835 100644 --- a/example.html +++ b/example.html @@ -13,13 +13,13 @@ let er = new ErDiags(` [Musician] - #id (integer) + +id (integer) name band role (varchar not null) [Instrument] - #name + +name family (varchar not null default "Brass") [Piano]