Skip to content

Instantly share code, notes, and snippets.

@pasdoy
Last active November 10, 2020 04:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pasdoy/ede350ca44430ef166e85703197fff39 to your computer and use it in GitHub Desktop.
Save pasdoy/ede350ca44430ef166e85703197fff39 to your computer and use it in GitHub Desktop.
create table robots(domain primary key, robot varchar(255), status_code int, banned boolean, created_at datetime default current_timestamp, updated_at default current_timestamp);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment