MySQL UUID as PK
I am unable to get a PK setup which has a default UUID value.
I have
in my table schema
But it creates a migration query that literally adds the literal string 'UUID()' in the field
but running this in MySQL directly, the table is created with a PK that does default to an actual UUID string value
I have
in my table schema
But it creates a migration query that literally adds the literal string 'UUID()' in the field
but running this in MySQL directly, the table is created with a PK that does default to an actual UUID string value