Quantcast
Channel: DreamFactory Forum - Latest topics
Viewing all articles
Browse latest Browse all 1523

Trying to add a column to users returns "No data in schema update request"

$
0
0

@tjenicek wrote:

I'm new to DF and I'm having trouble adding a field to the users table. When I run the following through the API using db/_schema - "updateAppdendbTables() - Update (patch) one or more tables." I get "No data in schema update request". Can someone tell me what I'm doing wrong? Thanks!

{
"resource": [
{
"name": "users",
"field": [
{
"name": "ein",
"type": "string"
},
]
}
]
}

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 1523

Trending Articles