...for compatibility with Spring JDBC. Users can still
optionally specify spring.database.schema, but the default
location is schema-${spring.database.platform}.sql, schema.sql,
data.sql.
[Fixes #58332710]
4 lines
84 B
SQL
4 lines
84 B
SQL
CREATE TABLE BAR (
|
|
id INTEGER IDENTITY PRIMARY KEY,
|
|
name VARCHAR(30),
|
|
); |