About
Create SQL seed scripts by defining table and column types.
How schema input works
Define columns line by line using column:type format. The generator creates random values and builds INSERT statements.
Supported column types
Supported types include string, number, boolean, email, uuid, and date for practical seed data generation.
Where this helps
Use it to bootstrap local databases, generate QA fixtures, and create deterministic development setup scripts.