table! {
	user_programs (id) {
		id -> Int4,
		discord_user_id -> Numeric,
		name -> Varchar,
		code -> Text,
		published -> Int4,
	}
}