I'm trying to port a MSSQL database over to MariaDB and I've encountered a table creation using varbinary(max):
`definition` VARBINARY(max) NULL DEFAULT NULL
What would this actually do and is there an equivalent type definition in MariaDB that I could use?