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

sql.migration.V20160112234231__CreateWebrtcCalls.sql Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
CREATE TABLE webrtc_calls (
  id BIGINT NOT NULL,
  initiator_user_id INT NOT NULL,
  receiver_user_id INT NOT NULL,
  PRIMARY KEY (id)
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy