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

sql.migration.V20150521141905__AddUsersInterests.sql Maven / Gradle / Ivy

The newest version!
CREATE TABLE ilectro_users_interests (
  user_id int NOT NULL,
  interest_id int NOT NULL,
  PRIMARY KEY (user_id, interest_id)
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy