cjburchfield / pintwist

0 stars 0 forks source link

Database Schema #3

Closed aminbabar closed 1 year ago

aminbabar commented 1 year ago

Database Schema

aminbabar commented 1 year ago
cjburchfield commented 1 year ago
  • missing right bracket on: "index on [:follower_id, :following_id, unique: true"
  • You would want your descriptions to be type text. Type string is limited to 255 chars.

Added the missing bracket and updated the descriptions to be type text, thank you @aminbabar