{"body":"➜  Red git:(master) raku -I. -e '       \n\nuse Red;\n\nmodel BBB {\n    has Int $.id is serial;\n    has Str $.a1 is unique<a b>;\n    has Str $.a2 is unique<a b c d>;\n    has Str $.a3 is unique<a>;\n}\n\nred-defaults \"SQLite\";\n\nmy $*RED-DEBUG = True;\n\nBBB.^create-table\n\n'\nSQL : CREATE TABLE b_b_b(\n   id integer NOT NULL primary key AUTOINCREMENT,\n   a1 varchar(255) NOT NULL ,\n   a2 varchar(255) NOT NULL ,\n   a3 varchar(255) NOT NULL ,\n   UNIQUE (a2),\n   UNIQUE (a2),\n   UNIQUE (a1, a2),\n   UNIQUE (a1, a2, a3)\n)\nBIND: []","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/FP0bGeiT","modified":1604772234,"id":"FP0bGeiT","size":518,"lines":29,"own_paste":false,"theme":"","date":1604772234}