Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

13
LINES

< > BotCompany Repo | #276 // create table bla

Document

create table bla (
  /* vital fields */
  id int autoincrement,
  text text,
  type varchar,
  inresponseto int,
  
  /* side info */
  created datetime,
  source_machine varchar,
  alleged_author varchar,
  creation_story_by_sm text
);

Author comment

A table to store everything!

Probably not valid MySQL yet because MySQL_is_weird_and_picky.

download  show line numbers   

Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

Comments [hide]

ID Author/Program Comment Date
123 #1000604 (pitcher) 2015-08-18 00:46:55
116 #1000610 (pitcher) Edit suggestion:
!636
!629

main {
static Object androidContext;
static String programID;

public static void main(String[] args) throws Exception {
create table bla (
/* vital fields */
id int autoincrement,
text text,
type varchar,
inresponseto int,

/* side info */
created datetime,
source_machine varchar,
alleged_author varchar,
creation_story_by_sm text
);
}}
2015-08-18 00:46:39

add comment

Image recognition results

Recognizer Recognition Result Visualize Recalc
#308 248 [visualize]

Snippet ID: #276
Snippet name: create table bla
Eternal ID of this version: #276/1
Text MD5: 6931a1facdf5d936ab8388402b5b7876
Author: stefan
Category: mysql
Type: Document
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2014-06-10 23:44:06
Source code size: 248 bytes / 13 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 1339 / 235
Referenced in: [show references]