Skip to content

Instantly share code, notes, and snippets.

@Skyl0
Created March 19, 2015 09:53
Show Gist options
  • Save Skyl0/ed47d3ef86ba5be505fa to your computer and use it in GitHub Desktop.
Save Skyl0/ed47d3ef86ba5be505fa to your computer and use it in GitHub Desktop.
Underlying Structure for ext_tables.php
#
# Table structure for table 'tt_news'
#
CREATE TABLE tt_news (
is_operation tinyint(1) unsigned DEFAULT '0' NOT NULL,
participating_vehicles int(11) unsigned DEFAULT '0' NOT NULL,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment