mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-08 15:41:18 +02:00
added support to reference collections in the UI with both their name and id
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ const FieldTypeEmail = "email"
|
||||
|
||||
var _ Field = (*EmailField)(nil)
|
||||
|
||||
// EmailField defines "email" type field for storing single email string address.
|
||||
// EmailField defines "email" type field for storing a single email string address.
|
||||
//
|
||||
// The respective zero record field value is empty string.
|
||||
type EmailField struct {
|
||||
|
||||
Reference in New Issue
Block a user