getTable('cards'); $table->addColumn('uid', Types::STRING, [ 'notnull' => false, 'length' => 255 ]); return $schema; } }