SQL to Prisma Converter
Convert SQL CREATE TABLE statements to Prisma schema. Supports MySQL, PostgreSQL, and SQLite syntax.
SQL Schema
Paste your CREATE TABLE statements
Prisma Schema
Generated Prisma model
Type Mapping Reference
Numbers
INT → IntBIGINT → BigIntFLOAT → FloatDECIMAL → DecimalStrings
VARCHAR → StringTEXT → StringCHAR → StringUUID → StringOthers
BOOLEAN → BooleanDATETIME → DateTimeJSON → JsonBLOB → Bytes