@@ -16,9 +16,9 @@ class DatabaseRolesFixture extends TestFixture {
16
16
*/
17
17
public array $ fields = [
18
18
'id ' => ['type ' => 'integer ' ],
19
- 'name ' => ['type ' => 'string ' , 'null ' => false , 'length ' => 64 , 'collate ' => ' utf8_unicode_ci ' , ' comment ' => '' , 'charset ' => 'utf8 ' ],
20
- 'description ' => ['type ' => 'string ' , 'null ' => false , 'default ' => null , 'collate ' => ' utf8_unicode_ci ' , ' comment ' => '' , 'charset ' => 'utf8 ' ],
21
- 'alias ' => ['type ' => 'string ' , 'null ' => false , 'default ' => null , 'length ' => 20 , 'collate ' => ' utf8_unicode_ci ' , ' comment ' => '' , 'charset ' => 'utf8 ' ],
19
+ 'name ' => ['type ' => 'string ' , 'null ' => false , 'length ' => 64 , 'comment ' => '' , 'charset ' => 'utf8 ' ],
20
+ 'description ' => ['type ' => 'string ' , 'null ' => false , 'default ' => null , 'comment ' => '' , 'charset ' => 'utf8 ' ],
21
+ 'alias ' => ['type ' => 'string ' , 'null ' => false , 'default ' => null , 'length ' => 20 , 'comment ' => '' , 'charset ' => 'utf8 ' ],
22
22
'created ' => ['type ' => 'datetime ' , 'null ' => true , 'default ' => null , 'collate ' => null , 'comment ' => '' ],
23
23
'modified ' => ['type ' => 'datetime ' , 'null ' => true , 'default ' => null , 'collate ' => null , 'comment ' => '' ],
24
24
'_constraints ' => ['primary ' => ['type ' => 'primary ' , 'columns ' => ['id ' ]]],
0 commit comments