# Pastebin g63nHeRV raku -I. -MRed -e ' model Bla { has $.id is serial } model Ble is Bla { has $.ble is column } red-defaults "SQLite"; my $*RED-DEBUG = True; Ble.^create-table ' SQL : CREATE TABLE ble( ble varchar(255) NOT NULL , id integer NOT NULL primary key AUTOINCREMENT ) BIND: []