Where is the schema stored

The schema is stored in Alpha’s data directories (p and w). If you’ve removed the data directories, then the schema would not exist.

Dgraph does maintain its own internal predicates that you may see after a new cluster has been initialized (e.g., there are predicates prefixed with dgraph. like dgraph.graphql.schema that stores Dgraph’s GraphQL schema when using GraphQL).