Commit Graph

1 Commits

Author SHA1 Message Date
f2912badfa feat(01-01): create notes table and Note model with polymorphic relationships
- Add notes migration with polymorphic columns (notable_type, notable_id)
- Add foreign key to users table for author tracking
- Add indexes on composite (notable_type, notable_id) and created_at
- Create Note model with morphTo and belongsTo relationships
2026-02-13 12:03:10 +08:00