* @EnableTransactionManagement triggers spring-tx imports * Field or method of type JdbcTemplate or NamedParameterJdbcTemplate of DataSource triggers spring-jdbc imports
4 lines
84 B
SQL
4 lines
84 B
SQL
CREATE TABLE FOO (
|
|
id INTEGER IDENTITY PRIMARY KEY,
|
|
name VARCHAR(30),
|
|
); |