I see Drizzle ORM changed how you define indexes when creating a table. The 3rd arg is a callback that returns the indexes. The docs say to return an object, but now you can just return an array, which makes much more sense.
1 likes 1 replies
?
I see Drizzle ORM changed how you define indexes when creating a table. The 3rd arg is a callback that returns the indexes. The docs say to return an object, but now you can just return an array, which makes much more sense.
1 likes 1 replies