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

tech.aroma.cql.reaction_tables.cql Maven / Gradle / Ivy

//Assumes the existence of a 'Aroma' Keyspace

/*
In these tables, an owner can be either a User or an Application.
Both are expected to be unique.
*/
CREATE TABLE IF NOT EXISTS Aroma.Reactions
(
	owner_id uuid,
	serialized_reactions list,

	PRIMARY KEY (owner_id)
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy