MCPcopy
hub / github.com/prisma/prisma / new

Method new

packages/migrate/src/commands/DbPush.ts:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29export class DbPush implements Command {
30 public static new(): DbPush {
31 return new DbPush()
32 }
33
34 private static help = format(`
35${process.platform === 'win32' ? '' : '🙌 '}Push the state from your Prisma schema to your database

Callers 15

rpc.test.tsFile · 0.45
MigrateDev.test.tsFile · 0.45
DbCommand.test.tsFile · 0.45
DbPush.test.tsFile · 0.45
Baseline.test.tsFile · 0.45
DbDrop.test.tsFile · 0.45

Calls

no outgoing calls

Tested by 1

createDefaultTestContextFunction · 0.36