Skip to content

Instantly share code, notes, and snippets.

@YutaWatanabe
Created August 28, 2014 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YutaWatanabe/31eb92871797151f364d to your computer and use it in GitHub Desktop.
Save YutaWatanabe/31eb92871797151f364d to your computer and use it in GitHub Desktop.
dynamic-scheme-test
var itemTable = client.getTable("Item");
itemTable.insert(
{text: "Sample Item", dynamic: true, date: "2014-08-28T12:00:00Z"}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment