@mikro-orm/sqlInterfacesVersion: 7.0On this pageColumn Index PropertiesautoincrementcommentdefaultdefaultConstraintenumItemsextrageneratedignoreSchemaChangeslengthmappedTypenamenativeEnumNamenullableprecisionprimaryscaletypeuniqueunsignedProperties optionalautoincrementautoincrement?: booleanoptionalcommentcomment?: stringoptionaldefaultdefault?: null | stringoptionaldefaultConstraintdefaultConstraint?: stringoptionalenumItemsenumItems?: string[]optionalextraextra?: stringmysql onlyoptionalgeneratedgenerated?: stringoptionalignoreSchemaChangesignoreSchemaChanges?: (type | extra | default)[]optionallengthlength?: numbermappedTypemappedType: Type<unknown, unknown>namename: stringoptionalnativeEnumNamenativeEnumName?: stringoptionalnullablenullable?: booleanoptionalprecisionprecision?: numberoptionalprimaryprimary?: booleanoptionalscalescale?: numbertypetype: stringoptionaluniqueunique?: booleanoptionalunsignedunsigned?: boolean
mysql only