{"body":"MacBook-Pro-de-Fernando:Red2 fernando$ perl6 -Ilib examples/blog2/index.p6 \n✓ Creating tables for Person and Post\nSQL : CREATE TABLE person(\n   id integer NOT NULL primary key AUTOINCREMENT,\n   name varchar(255) NOT NULL\n)\nSQL : CREATE TABLE post(\n   id integer NOT NULL primary key AUTOINCREMENT,\n   title varchar(255) NOT NULL,\n   created varchar(32) NOT NULL,\n   body varchar(255) NOT NULL,\n   deleted integer NOT NULL,\n   author_id integer NULL references person(id),\n   tags varchar(255) NOT NULL,\n   UNIQUE (title)\n)\n✓ Creating a Person\nCannot invoke this object (REPR: Null; VMNull)\n  in submethod BUILD at /Users/fernando/Documents/Projects/Red2/lib/MetamodelX/Red/Relationship.pm6 (MetamodelX::Red::Relationship) line 19\n  in method create at /Users/fernando/Documents/Projects/Red2/lib/MetamodelX/Red/Model.pm6 (MetamodelX::Red::Model) line 204\n  in block <unit> at examples/blog2/index.p6 line 19","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/WeSpYBEL","modified":1546025168,"id":"WeSpYBEL","size":911,"lines":21,"own_paste":false,"theme":"","date":1546025168}