MysqlColumnArgs

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