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