This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Metadata/defs/User.json
T
Taras Machyshyn 417576fd5e change instance
2013-11-01 13:49:54 +02:00

27 lines
414 B
JSON
Executable File

{
"table":"users",
"type":"entity",
"id":{
"id":{
"type":"string",
"generator":{
"strategy":"UUID"
}
}
},
"fields":{
"username":{
"type":"string(30)"
},
"password":{
"type":"string(255)"
},
"isAdmin":{
"type":"boolean",
"options":{
"default":0
}
}
}
}