mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update database/entity/0044-adapt_users_table_for_gradidoid/User.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
parent
7f1ac41b33
commit
5d15ea7d7a
@ -8,7 +8,7 @@ export class User extends BaseEntity {
|
||||
@Column({
|
||||
name: 'gradido_id',
|
||||
length: 36,
|
||||
nullable: true,
|
||||
nullable: false,
|
||||
default: null,
|
||||
collation: 'utf8mb4_unicode_ci',
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user