AutoBE
    Preparing search index...

    Root interface representing the entire Prisma application schema.

    Contains multiple schema files that will be generated, typically organized by business domain. Based on the uploaded schemas, applications usually contain 8-10 files covering different functional areas like user management, sales, orders, etc.

    interface IApplication {
        files: IFile[];
    }
    Index

    Properties

    Properties

    files: IFile[]

    Array of Prisma schema files to be generated.

    Each file represents a specific business domain or functional area. Examples from uploaded schemas: systematic (channels/sections), actors (users/customers), sales (products/snapshots), carts, orders, coupons, coins (deposits/mileage), inquiries, favorites, and articles (BBS system).