(schema: S)
| 257 | * @since 4.0.0 |
| 258 | */ |
| 259 | export const GeneratedByApp = <S extends Schema.Top>(schema: S): GeneratedByApp<S> => |
| 260 | Field({ |
| 261 | select: schema, |
| 262 | insert: schema, |
| 263 | update: schema, |
| 264 | json: schema |
| 265 | }) |
| 266 | |
| 267 | /** |
| 268 | * Variant field type for a sensitive value that is available to database variants |