All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sql.migration.V20150423011000__CreateSocialRelations.sql Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
CREATE TABLE social_relations (
  user_id int NOT NULL,
  related_to int NOT NULL,
  PRIMARY KEY (user_id, related_to)
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy