@wearesage/schema
    Preparing search index...

    Function Column

    • PostgreSQL-specific column decorator

      Parameters

      • options: {
            default?: any;
            name?: string;
            nullable?: boolean;
            primary?: boolean;
            type?: string;
            unique?: boolean;
        } = {}

      Returns (target: any, propertyKey: string) => void