🎲FakeTable

Schema Templates

Pre-built schemas for common use cases. Load one, tweak it, and generate.

👤

User Profile

Typical user table: name, email, phone, avatar, join date, active status.

id: UUIDfirst_name: First Namelast_name: Last Nameemail: Emailphone: Phoneavatar: Avatar URLjoined: Dateactive: Boolean
8 fields · 100 default rows
🛒

E-commerce Product

Product catalog: product ID, company (brand), price, availability, URL.

product_id: UUIDbrand: Companyprice: Numberin_stock: Booleanurl: URL
5 fields · 50 default rows
📝

Blog Post

Articles: title (sentence), body (paragraph), author, date, UUID.

post_id: UUIDtitle: Sentenceexcerpt: Paragraphauthor: Full Namepublished: Date
5 fields · 25 default rows
📇

Address Book

Contacts: name, email, phone, street, city, country, zip code.

full_name: Full Nameemail: Emailphone: Phoneaddress: Street Addresscity: Citycountry: Countryzip: Zip / Postal Code
7 fields · 75 default rows