After high-level architecture, sketch key data models. Identify main entities: User, Post, Message. Define relationships: one-to-many, many-to-many. Choose primary keys and indexes.
Don't design full schema. Focus on: "What data do we store? How do we access it?" This shows you think about data patterns, not just boxes and arrows. Mention denormalization trade-offs if relevant.