PostgresqlColumnArgs

fun PostgresqlColumnArgs(column: Output<String>? = null, dataType: Output<String>? = null, length: Output<Int>? = null, nullable: Output<Boolean>? = null, ordinalPosition: Output<Int>? = null, precision: Output<Int>? = null, primaryKey: Output<Boolean>? = null, scale: Output<Int>? = null)