Skip to content

Instantly share code, notes, and snippets.

@mhyst
Last active May 26, 2019 23:32
Show Gist options
  • Save mhyst/357f3a05bba9bba8b2b1d1023c05cc14 to your computer and use it in GitHub Desktop.
Save mhyst/357f3a05bba9bba8b2b1d1023c05cc14 to your computer and use it in GitHub Desktop.
Consulta de creación de tabla evo_item__version para sqlite3
CREATE TABLE `evo_items__version` (
`iver_ID` int(10) NOT NULL,
`iver_itm_ID` int(10) NOT NULL,
`iver_edit_user_ID` int(10) DEFAULT NULL,
`iver_edit_datetime` datetime NOT NULL,
`iver_status` DEFAULT NULL,
`iver_title` text,
`iver_content` mediumtext
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment