Erweitere die Verwaltung von Identitäten: Füge Unterstützung für URL-Felder hinzu, aktualisiere die Benutzeroberfläche zur Bearbeitung von Feldern und verbessere die Darstellung in Tabellenform.
This commit is contained in:
@@ -9,7 +9,7 @@ CREATE TABLE identities (
|
||||
CREATE TABLE identity_fields (
|
||||
id INT AUTO_INCREMENT PRIMARY KEY,
|
||||
identity_id INT NOT NULL,
|
||||
typ ENUM('single','multi','file') NULL,
|
||||
typ ENUM('single','multi','file','url') NULL,
|
||||
field_key VARCHAR(50) NOT NULL,
|
||||
field_value TEXT NOT NULL,
|
||||
FOREIGN KEY (identity_id)
|
||||
|
||||
Reference in New Issue
Block a user