namespace ChaosBot.Attribute { public abstract class DBFieldAttribute : System.Attribute { public abstract string GetSQLiteQuery(); } }