书栈网 · BookStack 本次搜索耗时 0.052 秒,为您找到 849 个相关结果.
  • Versioned Migrations

    Versioned Migrations Configuration Generating Versioned Migration Files From Client From Graph Apply Migrations Moving from Auto-Migration to Versioned Migrations Versione...
  • Mixin

    275 2022-02-28 《Ent v0.10 教程》
    Mixin 示例 内置Mixin Mixin Mixin 允许您创建可复用的 ent.Schema 代码,用与合成添加到其他 schemas ent.Mixin 接口如下: type Mixin interface { // Fields 数组的返回值会被添加到 schema 中。 Fields ()...
  • Versioned Migrations

    Versioned Migrations Quick Guide Generating migrations Applying migrations Migration status In Depth Guide Generating Versioned Migration Files Option 1: Use the atlas migrate ...
  • Generating Schemas

    268 2022-02-28 《Ent v0.10 教程》
    Generating Schemas Introduction API Loading Printing Mutators Working with Edges Examples Caveats Generating Schemas Introduction To facilitate the creation of tooling ...
  • Generating Schemas

    Generating Schemas Introduction API Loading Printing Mutators Working with Edges Examples Caveats Generating Schemas Introduction To facilitate the creation of tooling ...
  • Generating Schemas

    Generating Schemas Introduction API Loading Printing Mutators Working with Edges Examples Caveats Generating Schemas Introduction To facilitate the creation of tooling ...
  • Quick Introduction

    Quick Introduction Setup A Go Environment Create Your First Schema Create Your First Entity Query Your Entities Add Your First Edge (Relation) Add Your First Inverse Edge (Bac...
  • Introduction

    Introduction Installation Initialize A New Schema Generate Assets Version Compatibility Between entc And ent Code Generation Options Storage Options External Templates Use...
  • Hooks

    Hooks Mutation Hooks Runtime hooks Schema hooks Hooks Registration important" level="5">important Evaluation order Hook helpers Transaction Hooks Codegen Hooks Hooks T...
  • Fields

    Fields Quick Summary Types ID Field Database Type Go Type External ValueScanner Other Field Default Values Validators Built-in Validators Optional Nillable Nillable r...