diff options
author | Fabio Varesano <fax8@13637.no-reply.drupal.org> | 2005-06-19 12:47:19 +0000 |
---|---|---|
committer | Fabio Varesano <fax8@13637.no-reply.drupal.org> | 2005-06-19 12:47:19 +0000 |
commit | 9284979bbd965cdd9e15b551d9fd4c90ac7947fa (patch) | |
tree | 7b9f5c69c8860eee6a7f04df50be73baf51c3271 | |
parent | f1b68b5c8bb8c33d4da51176929264c674d76cee (diff) | |
download | video-9284979bbd965cdd9e15b551d9fd4c90ac7947fa.tar.gz video-9284979bbd965cdd9e15b551d9fd4c90ac7947fa.tar.bz2 |
Little error corrected
-rw-r--r-- | video.mysql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video.mysql b/video.mysql index 89ff76c..1ea6af5 100644 --- a/video.mysql +++ b/video.mysql @@ -1,4 +1,4 @@ -REATE TABLE video ( +CREATE TABLE video ( nid int(10) unsigned NOT NULL default '0', vidfile text NOT NULL default '', videox int(4) NOT NULL default '', |