prorm API Reference
    Preparing search index...

    Interface TableDescription

    What the engine reports back about an existing table — the shape returned by describeTable, used by schema diffing.

    Indexable

    • [columnName: string]: {
          type: string;
          allowNull: boolean;
          defaultValue: any;
          primaryKey: boolean;
          autoIncrement: boolean;
      }