Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 5, 2022 16:18
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 parzibyte/0c7fdc20792902b4221c5714ad5293f9 to your computer and use it in GitHub Desktop.
Save parzibyte/0c7fdc20792902b4221c5714ad5293f9 to your computer and use it in GitHub Desktop.
CREATE TABLE mascotas(
id integer NOT NULL AUTO_INCREMENT,
nombre varchar(255),
creada_por varchar(255) NOT NULL,
timestamp_mensaje BIGINT UNSIGNED NOT NULL,
PRIMARY KEY(id)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment