File: down.sql

package info (click to toggle)
ruby-dbd-mysql 0.4.4%2Bgem2deb-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 292 kB
  • sloc: ruby: 1,403; sql: 47; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
drop view view_names;
---
drop table names;
---
drop table blob_test;
---
drop table boolean_test;
---
drop table time_test;
---
drop table timestamp_test;
---
drop table bit_test;
---
drop table field_types_test;
---
drop table db_specific_types_test;
---
drop table precision_test;