In my MySQL data base the latest post id is '12400445',
but when I use Post::findFirst() I got the data id is '11463656',
and I tried use Post::findFirst(12400445), it returned all the post data which id is 12400445.
So, what the problem about?
In my MySQL data base the latest post id is '12400445',
but when I use Post::findFirst() I got the data id is '11463656',
and I tried use Post::findFirst(12400445), it returned all the post data which id is 12400445.
So, what the problem about?