can i write the data_model files in *.js*/*ts inst...
# orm-help
s
can i write the data_model files in *.js*/*ts instead of *.prisma ?
r
Hey @stephan 👋 Currently you can only use the
schema.prisma
file to write your models. Also could you elaborate more on
data_model
inheritance?
s
i would like to create a base class inherit from it and not re-write all the fields each and every time in each model
r
That is currently not supported in Prisma. Could you pls create a feature request here so we can look more into this?