0], [['advertiser_id'], 'default', 'value' => ''], [['created_at', 'updated_at', 'is_delete', 'is_active'], 'integer'], [['admin_uid', 'account_id', 'advertiser_id'], 'string', 'max' => 64], [['advertiser_name'], 'string', 'max' => 255], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'created_at' => 'Created At', 'updated_at' => 'Updated At', 'admin_uid' => 'Admin Uid', 'account_id' => 'Account ID', 'advertiser_name' => 'Advertiser Name', 'advertiser_id' => 'Advertiser ID', 'is_delete' => 'Is Delete', 'is_active' => 'Is Active', ]; } }