While setting my welcome channel ID to mongodb why my last two digit changes

When i am trying to set my welcome channel ID to MongoDB Why my channel last two digit chages to “00
for example
954226649841430572 --> (when i send to database it changes to) 954226649841430500

mongodb page

my code :

 await guild.updateOne(
          { guildID },
          { $set: { leavechannel: channelID } }
        );