//tempest2/app.cash.tempest2.internal/TableSchemaFactory/create create¶ [jvm]\ fun <T> create(clazz: Class<*>): TableSchema<T> Compute the TableSchema, which a moderately expensive operation, and cache the result. [jvm]\ inline fun <T> create(): TableSchema<T>