Skip to content

itsjimbo/Achilles_Inheritance_Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Test

Simple achilles test should generate

CREATE TABLE IF NOT EXISTS default_keyspace_name.entity_child(
		id bigint,
		child_value text,
		date1 timestamp,
		date2 timestamp,
		date3 timestamp,
		PRIMARY KEY(id));

On some builds, it was not picking up the abstract class

CREATE TABLE IF NOT EXISTS default_keyspace_name.entity_child(
        id bigint,
		child_value text,
		PRIMARY KEY(userid));
		

Simply fixed it, thanks to DuyHai Doan!

mvn clean compile 

About

Simple Test for Inheritance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages