Fork me on GitHub
#off-topic
<
2017-06-17
>
qqq00:06:12

in mysql, is there a way to attach a piece of data to a COLUMN ? I don't want to insert the data as a row in the column; I want to tag a column; for ecample "this vartext represents a filename"

wiseman00:06:22

INSERT INTO mytable_metadata (column, desc) VALUES ('filename', 'just a filename') ?

qqq01:06:04

is _metadata a table I create on my own

qqq01:06:06

or does it pre-exist ?

mobileink02:06:41

this is clojure, not lua

wiseman03:06:47

@qqq a table you’d create

qqq06:06:15

@mobileink with the quick wiitted meta-table joke 🙂

qqq08:06:50

I'm looking for a single word that encodes 'sql viewer'