Skip to content

Generators

database

Engines, collations, column names and types.

var faker = Faker(seed: 1337, locale: DecoyLocaleEN.locale)
faker.database.column()
Method Example output
column() updated_at
title
phone
type() json
datetime
float
collation() utf8mb4_general_ci
utf8mb4_bin
cp1250_general_ci
engine() ARCHIVE
BLACKHOLE
MEMORY

Examples are real output from three different seeds, captured when this page was built, using each method’s default arguments. Where a signature shows parameters, pass your own to change the size, gender, length or format.