Module to generate database related entries.Overview
Traditional relational database tables have data organized in columns with specific types - column(), type(). The database usually has an engine() and a default collation() for sorting.For the NoSQL database MongoDB, mongodbObjectId() provides a random ID.
collation#
Returns a random database collation.
column#
Returns a random database column name.
mongodbObjectId#
Returns a MongoDB ObjectId string.
type#
Returns a random database column type.
Modified at 2025-06-25 07:57:16