'int', 'name' => 'string', 'create_time' => 'int' ]; public function getGoodsCategories() { return $this->order('id')->column('name', 'id'); } }