1 | create table bla ( |
2 | /* vital fields */ |
3 | id int autoincrement, |
4 | text text, |
5 | type varchar, |
6 | inresponseto int, |
7 | |
8 | /* side info */ |
9 | created datetime, |
10 | source_machine varchar, |
11 | alleged_author varchar, |
12 | creation_story_by_sm text |
13 | ); |
A table to store everything! Probably not valid MySQL yet because MySQL_is_weird_and_picky.
Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
| 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 |
| 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: | 1730 / 316 |
| Referenced in: | [show references] |