{"body":"$ perl6 -Ilib -e 'use Red;\nuse attributes :D;\nmodel M is table<mmm> { has Str $.a is column = \"a\"; has Int $.b is column = 2; has Int $.c is column = \"c\" }\nmy $*RED-DB = database \"SQLite\";\nmy $*RED-DEBUG = True; M.^create-table;\n\n'\nSQL : CREATE TABLE mmm(\n   c integer NOT NULL,\n   a varchar(255) NOT NULL,\n   b integer NOT NULL\n)","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/ofzplAXR","modified":1542423848,"id":"ofzplAXR","size":330,"lines":12,"own_paste":false,"theme":"","date":1542423848}