null], [['uid'], 'default', 'value' => ''], [['is_delete'], 'default', 'value' => 0], [['created_at', 'updated_at', 'is_init', 'is_delete'], 'integer'], [['advertiser_ids'], 'string'], [['access_token', 'refresh_token', 'auth_code', 'material_auth_status', 'scope', 'uid'], 'string', 'max' => 255], [['app_id'], 'string', 'max' => 64], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'access_token' => 'Access Token', 'refresh_token' => 'Refresh Token', 'created_at' => 'Created At', 'updated_at' => 'Updated At', 'app_id' => 'App ID', 'auth_code' => 'Auth Code', 'material_auth_status' => 'Material Auth Status', 'scope' => 'Scope', 'uid' => 'Uid', 'is_init' => 'Is Init', 'is_delete' => 'Is Delete', 'advertiser_ids' => 'Advertiser Ids', ]; } }