Help for this page
sct () { dbget -a $1 -s "show create table $2" | perl -pe 's/^\S+\t//; s/, /,\n/g;s/\( /(\n/;s/\) \)/)\n)/' }
sct db_user_id table_name
sct () { dbget -a $1 -s "show create table $2" -w keep | cut -f2 }