zenstack icon indicating copy to clipboard operation
zenstack copied to clipboard

[Feature Request] Specify Postgres schema at the ZModel file level

Open ymc9 opened this issue 2 years ago • 0 comments

On behalf of fox on Discord.

// user.zmodel
import "storage"

@@@schema("public")

model User { ... }

model Post { 
  images    Image[]
}
// storage.zmodel

@@@schema("storage")

model Image {
  bucket_id String
  path      String
}

ymc9 avatar Dec 17 '23 01:12 ymc9