blob: e9406fc2ea5ee4cde4ae05fa60c364e956415af9 [file] [log] [blame]
Drop table A_Customer;
CREATE TABLE A_Customer (
c_id integer not null,
c_phone char(16)
);