Skip to content

Instantly share code, notes, and snippets.

@NsAveek
Last active August 19, 2018 05:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NsAveek/d3e6eb9bda6ef5b810b7cc39ba088450 to your computer and use it in GitHub Desktop.
Save NsAveek/d3e6eb9bda6ef5b810b7cc39ba088450 to your computer and use it in GitHub Desktop.
Database tables
public class DatabaseInfo {
// Database Tables
public static String DATABASE_TABLE_A = "table_A";
public static String DATABASE_TABLE_A_DETAILS = "table_a_details";
public static String DATABASE_TABLE_B = "table_B";
public static String DATABASE_TABLE_B_DETAILS = "table_b_details";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment