No. You create Entities of different types. Datastore is not a relational database [*].
If you want to imagine that GAE creates one “table” for each type, the “columns” of this “table” are entity properties, then you can do this. But I do not think this helps.
[*] I do not know if it meets a certain technical definition, but, of course, does not manage SQL-based databases.
source
share