colInt('id')->setIsPrimaryKey(true); $table->colChar('name', 255); $table->colChar('order', 255); $table->colInt('age'); return $table; } }